Re: XML library in OS X standalones: DTD files

2004-11-09 Thread Frank Engel
Yep. RevDB works fine (incl. the PostgreSQL driver). On Nov 8, 2004, at 22:37, Terry Judd wrote: From: Frank Engel [EMAIL PROTECTED] Date: Tue Nov 9, 2004 1:47:19 AM Australia/Melbourne To: How to use Revolution [EMAIL PROTECTED] Subject: Re: XML library in OS X standalones: DTD files Reply

Re: XML library in OS X standalones: DTD files

2004-11-08 Thread Frank Engel
Nope, not listed there under the IDE or the standalone. Strange, I *know* I saw the XML bundle in the standalone's externals folder before, but it is not there now (the DLL gets copied into the Windows version's directory). I copied it manually, and now it works. I did a search on bugzilla and

Re: XML library in OS X standalones: DTD files

2004-11-08 Thread Trevor DeVore
On Nov 8, 2004, at 6:47 AM, Frank Engel wrote: Nope, not listed there under the IDE or the standalone. RevXML won't show up in your stacks externalPackages property while in IDE unless your externals property is pointing to the external (components/global environment/revxml.bundle) because it

Re: XML library in OS X standalones: DTD files

2004-11-08 Thread Terry Judd
From: Frank Engel [EMAIL PROTECTED] Date: Tue Nov 9, 2004 1:47:19 AM Australia/Melbourne To: How to use Revolution [EMAIL PROTECTED] Subject: Re: XML library in OS X standalones: DTD files Reply-To: How to use Revolution [EMAIL PROTECTED] Nope, not listed there under the IDE or the standalone

XML library in OS X standalones: DTD files

2004-11-06 Thread Frank Engel
Where do I put a DTD file such that it can be found by the XML library in a standalone OS X program? I tried putting it in the same folder as the app bundle, and I tried putting it in the Contents/MacOS folder of the app bundle, as well as the Resources folder, but none of these seem to work.

Re: XML library in OS X standalones: DTD files

2004-11-06 Thread Jan Schenkel
--- Frank Engel [EMAIL PROTECTED] wrote: Where do I put a DTD file such that it can be found by the XML library in a standalone OS X program? I tried putting it in the same folder as the app bundle, and I tried putting it in the Contents/MacOS folder of the app bundle, as well as the

Re: XML library in OS X standalones: DTD files

2004-11-06 Thread Frank Engel
I mention the DTD file in a short XML text I hand to the revCreateXMLTree function in order to initialize a near-empty tree. I'm not using the command and function you mentioned. On Nov 6, 2004, at 11:21, Jan Schenkel wrote: --- Frank Engel [EMAIL PROTECTED] wrote: Where do I put a DTD file

Re: XML library in OS X standalones: DTD files

2004-11-06 Thread Andre Garzia
Frank I store the DTD in a custom property then use the revXML function to apply it. Cheers andre On Nov 6, 2004, at 2:15 PM, Frank Engel wrote: Where do I put a DTD file such that it can be found by the XML library in a standalone OS X program? I tried putting it in the same folder as the

Re: XML library in OS X standalones: DTD files

2004-11-06 Thread Frank Engel
Yeah, but won't that include the DTD in the generated file? I'd like to keep it separate to help reduce the file size; I don't see a need to include the DTD in each individual file. It is working under Windows and in the IDE under OS X, I just can't get it working in a Mac OS X standalone.

Re: XML library in OS X standalones: DTD files

2004-11-06 Thread Frank Engel
Aparently the DTD is not the problem at all. I tried removing the DOCTYPE tag from the XML and I am getting the same behavior. Is there any (relatively) easy way to make sure the XML library is actually being loaded by the standalone? I suspect now that this may be the problem. It is

Re: XML library in OS X standalones: DTD files

2004-11-06 Thread Trevor DeVore
On Nov 6, 2004, at 9:12 AM, Frank Engel wrote: Aparently the DTD is not the problem at all. I tried removing the DOCTYPE tag from the XML and I am getting the same behavior. Is there any (relatively) easy way to make sure the XML library is actually being loaded by the standalone? I suspect