Thanks, I'm probably real close and just need a little nudge to put this into operation.
Ed -----Original Message----- From: Justin Kirby [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 10:45 AM To: [EMAIL PROTECTED] Subject: RE: help Xerces c++ implementation On Fri, 2003-12-05 at 08:21, Purdy, Edgar M wrote: > I have installed Xerces c++ and compiled the dll. My implementation > need is to parse an XML buffer that has been received over TCP/IP > socket. The samples included in the downloads are lacking. MemParse is > my obvious need. The example only breaks out number of elements, > attributes, whitespaces and characters. I need to capture an element > names and values associated with those elements. PrintParse seemed to > offer some more capability but again the route to my solution was not at > all obvious. > Any help/direction/dialogue would be appreciated. I have hacked a tcp input stream that will work with anything that accepts an InputStream. It is tied with my lib, but it should give you a place to start or at least some ideas. http://www.openaether.org/src/source/oajabber/iojabber.h http://www.openaether.org/src/source/oajabber/iojabber.cpp How it is used: http://www.openaether.org/src/source/oajabber/jabrecvthrd.cpp#L47 Hope that helps Justin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]