Re: Anyone getting XML to work??



I think that the first thing you said indicated what the problem is: you
haven't included SAX, but it sounds like you're trying to use it.

You lost me with the comment about parsers. What are you actually trying to
do here? Parse C++ code or use XML for something?

Paul T.

"Carl Dreher" <CarlDreher@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F6182225-3E72-4E61-BEAA-C5557956996C@xxxxxxxxxxxxxxxx
> I've burn the last two days trying to get a simple SAX XML example
> working.
> We're using WinCE4.2 and the platform was built to include the minimal XML
> parser. The problem is that the "documentation" shows files named
> SAXErrorHandlerImpl.h and SAXContentHandlerImpl.h to name just two, but
> they
> aren't to be found anywhere. I've had to build everything from the
> interface
> on out and modifiy lots of header files just to get the supplied example
> to
> compile. When it runs, it does...nothing.
>
> I've looked at the DOM XML parser and there are exactly ZERO examples of
> how
> to use that complicated beast.
>
> Is anyone successfully using these?
>
> By the way, I've looked on the net for some C++ parsers I could use
> instead
> but only found packages that use MFC, STL, steam IO and other classes
> which I
> DON'T have in WinCE.


.



Relevant Pages

  • JAXP - perhaps beauty is only in the eye of the beholder
    ... I've written a couple applications now that have been able to utilize JAXP ... DOM over SAX, not because they need to be able to manipulate the document ... the only two XML parsers that ever seem to be documented ...
    (comp.lang.java.programmer)
  • Re: XML CDATA special characters
    ... I didn't mention SAX, is that the standard PHP parser I'm using now? ... I'll just dive into DOM now and see where this will all end up. ... basic XML only has 5 pre-defined default entities. ... If you try and use HTML ...
    (comp.lang.php)
  • Re: torture
    ... If you're using Java 1.4 then you already have an XML parser built in to ... manipulable object representation of the XML document in memory. ... The SAX API works by reading the document and generating callbacks to ...
    (comp.lang.java.programmer)
  • Re: up2date RPM package conflict error
    ... Group: System Environment/Libraries Source RPM: ... Xerces provides world-class XML parsing and generation. ... The parsers are highly modular and configurable. ... The install times match. ...
    (RedHat)
  • Re: XML CDATA special characters
    ... Simple Api for Xml (SAX) is indeed what PHP's inadequately named the ... "XML extension". ... implements that standard. ... >>DOM API and not the SAX API. ...
    (comp.lang.php)