sample program core dump (building xml with the parser)

2001-05-31 Thread Dave Yuill
I am hoping to build outgoing xml using the xerces parser, so it will stick to the dtd and avoid errors, etc. Thats the theroy anyway... the example I have found of how to do this is the CreateDOMDocument sample program, that comes with the parser. I just compiled CreateDOMDocument.cpp on an AIX

Re: how to use XMLNetAccessor?

2001-05-05 Thread dave yuill
> > 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 qualifi

Re: how to use XMLNetAccessor?

2001-05-04 Thread dave yuill
- Original Message - From: "Dean Roddey" <[EMAIL PROTECTED]> > > Well, I see two obvious issues... > > > Fatal Error at file "XMLtest", line 2, column 89 > >Message: An exception occured! Type:RuntimeException, Message:Could not > > open DTD file './http://www.pcia.com/wireres/protocol

Re: how to use XMLNetAccessor?

2001-05-04 Thread dave yuill
he primary XML > entity and the DTD one? > > -- > Dean Roddey > The CIDLib C++ Frameworks > Charmed Quark Software > [EMAIL PROTECTED] > http://www.charmedquark.com > > "Why put off until tomorrow what you can > put off until the day after tom

how to use XMLNetAccessor?

2001-05-04 Thread dave yuill
greetings. this may be a common question, but i apologize, the archives seem to be down... i was wondering if there were any examples of using the XMLNetAccessor interface to make http connections, for receiving dtd files. i have created a class derived from the net accessor class, linked and in