[
Lists Home |
Date Index |
Thread Index
]
- From: Indrajit Chaudhuri <IndrajitC@catsglobal.co.in>
- To: V Arun Kumar <varun@chennai.tcs.co.in>
- Date: Wed, 01 Dec 1999 18:16:56 +0530
First create an InputSource Object with the byte/character stream and
then pass it to the parser. Examples are there in the api docs which
comes along with the parser.
Thanks,
Indrajit
V Arun Kumar wrote:
>
> i m using sun's parser.
> i am able form a DOM tree provided i read from xml file using the parser
>
> my problem goes like this
> i hav a html page in the front end .
> Upon submitting ,a stream of XML data is sent to a servlet .
> Now, how can i construct a DOM tree from this string of XML data ??????
> any help would be appreciated
>
> xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
> Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
> To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
> unsubscribe xml-dev
> To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
> subscribe xml-dev-digest
> List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|