Thanks. That worked perfectly :-D
- Original Message -
From: "Merenidis, Grigorios" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 18, 2003 4:13 PM
Subject: AW: XML Parsing + SAX
Hi!
try this:
XMLReader parser =
XMLReaderFactory.createXMLReader(org.
- Original Message -
From: "e nio" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 18, 2003 6:41 PM
Subject: RE: XML Parsing + SAX
> I believe a File object can be converted to a URL, look at the
> toURL() method.
>
> --- "Carmona Perez, Da
I believe a File object can be converted to a URL, look at the
toURL() method.
--- "Carmona Perez, David" <[EMAIL PROTECTED]> wrote:
> Why don't you use a java.io.StringBufferInputStream?
>
>
> David
>
> -Mensaje original-
> De: Brian Delahunty [mailto:[EMAIL PROTECTED]
> En
"Brian Delahunty" <[EMAIL PROTECTED]> writes:
> Hey,
>
>
>
> I have a String that contains an XML file [not a URL/URI that points to an XML
> file but the actual XML itself].
>
>
>
> I'm tying to use this string in a custom generator to produce sa exents. I'm
> using this code so far:
>
>
Why don’t you use a java.io.StringBufferInputStream?
David
-Mensaje
original-
De: Brian Delahunty
[mailto:[EMAIL PROTECTED]
Enviado el: miércoles, 18 de junio
de 2003 17:11
Para: [EMAIL PROTECTED]
Asunto: XML Parsing + SAX
Hey,
I have a String that conta