[
Lists Home |
Date Index |
Thread Index
]
I'm looking at xerces (apache)... maybe i'm just missing something
----- Original Message -----
From: "Wayne Steele" <xmlmaster@hotmail.com>
To: <athakkar130@hotmail.com>; <xml-dev@lists.xml.org>
Sent: Wednesday, October 16, 2002 1:36 PM
Subject: Re: [xml-dev] Java String to Doc
> There are many XML Parsers in the world.
> Which ones have you looked at?
>
> -Wayne Steele
>
>
> >From: "Amit Thakkar" <athakkar130@hotmail.com>
> >To: <xml-dev@lists.xml.org>
> >Subject: [xml-dev] Java String to Doc
> >Date: Wed, 16 Oct 2002 13:33:09 -0400
> >
> >I have a String in my application that is actually all xml. I need to
turn it into a doc in order to traverse it and send it to a method that
someone else wrote. My problem: I have no idea how to go from String to Doc.
I don't see a constructor for Document that takes a String (of xml) as the
parameter. Is this possible? What do I need to do?
> >
> >TIA
> >
>
>
|