I suppose not.
But when you get the result, you stop the parser, this may working a little.


From: "abhishekhp" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Using SAX Parser to obtain value of an element
Date: Wed, 3 Oct 2001 10:23:05 +0530

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]



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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



Reply via email to