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.)
-
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