ferences to Xalan.
> Nothing specific for a tutorial.
> Ed
>
> -Original Message-
> From: Gareth Reakes [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 24, 2003 9:51 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Xerces help
>
>
> Hi,
> for examp
: [EMAIL PROTECTED]
Subject: RE: Xerces help
Hi,
for example, in startElement, the name of the element is passed
in. You would put code in there to get the name. If you have not used
SAX
before, take a look at a tutorial and all will become apparent.
Gareth
On Mon, 24 Nov 2003, Purdy
; its associated value?
>
> Ed Purdy
>
> -Original Message-
> From: Gareth Reakes [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 24, 2003 9:44 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Xerces help
>
>
> Hi,
> If you want a tree that you can tr
associated value?
Ed Purdy
-Original Message-
From: Gareth Reakes [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 9:44 AM
To: [EMAIL PROTECTED]
Subject: Re: Xerces help
Hi,
If you want a tree that you can traverse afterwards you should
use
a DOMParser. The example us
Hi,
If you want a tree that you can traverse afterwards you should use
a DOMParser. The example uses SAX. In the current example you should look
at the methods in MemParseHandlers.cpp and add your code in there. You
should probably take a look at a tutorial on SAX as well.
Gareth
On
I downloaded the release of Xerces prior to the latest one. I've been
running the MemParse sample. I need to expose more functionality but
cannot find the classes where this additional functional resides. The
sample gives the number of elements, number of attributes, number of
white spaces and n