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
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!
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
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
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.
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
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
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:
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