Hi,
I am using Xerces 1.4.3 to validate XML documents against schemas. I
know the name of an element whose value I need. Is it possible to use a
SAX Parser to obtain the value of this element, without parsing the
entire document?
e.g.
<Name>
        <FirstName>abc</FirstName>
        <LastName>xyz</LastName>
</Name>

Is it possible to obtain the value, 'abc' of the element <FirstName>,
without parsing the entire document?

TIA,
abhishek.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to