> >  is it safe to say that its not even trying to use my class?
> >
> > thanks again, i must be missing somthing setting it up... maybe.. ?
> >
>
> It wouldn't be calling it, because its treating that URL as a relative
file
> path. Somehow, the URL code must not be reporting it as a fully qualified
> URL. So it tries to make it relative to the parent entity, which is a
file.
> So it creates this new, incorrect, file path and tries to open it as a
file,
> never calling the netaccessor.
>

interesting... i wonder, how to get it to call netaccessor?

...
#include "FENSNetAccessor.h"
//    init the xml platform, etc..
XMLPlatformUtils::fgNetAccessor = new FENSNetAccessor();
//     attempt to parse XML, but get the fatal error
..

http://www.pcia.com/wireres/protocol/dtd/wctpV1-0.dtd, why would it think
thats not a url...?

it was my understanding it may attempt to open it as a file first, but then
it would build the url and use the net accessor

-dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to