Re: Absolute file path

2001-10-09 Thread Joseph_Kesselman
Write an Entity Resolver that understands your syntax, plug that into the parser before you attempt parsing. (This is assuming that simply prefixing it with "file:///" won't do the right thing on your system; I don't know enough about Macs.) -

Re: Absolute file path

2001-10-07 Thread James Berry
Hi Chaim, Please read the documentation about the Mac port of Xerces. You can't pass Xerces a classic Mac OS pathname, but need to send in a posix style path. The file MacOSPlatformUtils.hpp contains definitions for supplied routines that will allow you to convert to/from unicode-style posix pat