Re: Newbie question

2003-08-19 Thread Gareth Reakes
Hi, if you just want a DOM tree the xerces will do this fine as SOAP is just XML. GAreth On Mon, 18 Aug 2003, Hao Wu wrote: > Hi, > > I've used the C++ XML parser and now I'm looking for a similar SOAP parser to > parse the input SOAP message to generate similar DOM tree. I don't thi

Newbie question

2003-08-18 Thread Hao Wu
Hi,   I've used the C++ XML parser and now I'm looking for a similar SOAP parser to parse the input SOAP message to generate similar DOM tree. I don't think Xerces C++ XML parser is able to handle SOAP, am I right? Is there any other parser I should use??? Thanks!!!   Hao Do you Yahoo!? SBC Yahoo!

Re: Newbie question about sax parser - Hoe to get the LocalName,and NameSpace

2003-07-07 Thread Gareth Reakes
Hi, take a look at one of the examples like SAX2Print. Gareth On Fri, 4 Jul 2003, Aniruddha Shevade wrote: > Hello > > I am trying to use A Sax parser . In the StartElement method I wish to > find out the Name space, and LocalName for a for a particular > > Node. > > For e.g

Newbie question about sax parser - Hoe to get the LocalName, and NameSpace

2003-07-04 Thread Aniruddha Shevade
Hello   I am trying to use A Sax parser .  In the StartElement method  I wish to find out the Name space, and LocalName for a  for a particular Node.   For e.g if the Node for which the StartElement is triggered is as shown   I am not clear which method should be overwritten ? Any

Re: Newbie question

2003-05-31 Thread Michael Rafael Glavassevich
Hi Steve, What you described isn't supported by Xerces (as far as I know). The DOM Level 3 Validation Spec (http://www.w3.org/TR/DOM-Level-3-Val/ - still a working draft), supports the functions you desire, though I don't know if there are any plans for Xerces to implement that spec.

Newbie question

2003-05-31 Thread Stephen Gross
Hi there--I'm new to Xerces, and would like to know if it is possible to do the following with it: I've got an XSD file (FOO.XSD) that describes the format of the XML files I want my CPP to generate. Here's how I imagine it working: (1) The CPP program creates a document, bound in some way to F

Processing Instructions and Apache Modules (newbie question)

2002-01-24 Thread Alexander J. Vincent
Dear Sirs, I've been scrounging around the apache.org sections, particularly xml.apache.org, trying to figure out about processing instructions in XML documents for Apache. I know and have used a couple special processing instructions: for the PHP language, and for XML stylesheets. I

Re: Newbie question

2001-04-11 Thread Tinny Ng
I think the documentation is out of date. The samples have been modified to use XMLFormatter for better transcoding support. Please refer to SAXPrintHandlers for latest sample code. You may want to open a Bugzilla bug to report this out-of-date documentation error. Tinny Rick Dearman wrote:

Newbie question

2001-04-11 Thread Rick Dearman
Sorry if this is not the correct place to ask this question, however it appeared to be the only xerces-c mailing list. Basicly I have used the example given in the documention to create a program for parsing XML. When I get to the following portion of the code: MySAXHandler::startElement(cons