[
Lists Home |
Date Index |
Thread Index
]
- From: "Ashish Dubey" <ashish.dubey@wipro.com>
- To: <xml-dev@xml.org>
- Date: Tue, 13 Jun 2000 17:42:08 +0530
Hi all,
I'm learning XML on my own.
I want to develop an application using XML and Oracle as database.
please suggest me a good one and also guide me how to go for that.
Thanx
Ashish
----- Original Message -----
From: Kay Michael <Michael.Kay@icl.com>
To: 'Alaoui Karim' <alaouik@usa.net>; <xml-dev@xml.org>
Sent: Tuesday, June 13, 2000 3:05 PM
Subject: RE: Parsing a String
> > Is it possible to use an XML Parser to parse an XML text
> > contained in a String or a StringBuffer ?
>
> yes, if the parser supports the SAX interface: take a look at the SAX
> InputSource object. You actually need to supply a StringReader but that's
> trivial. The one thing to be careful of is that it's a good idea to supply
a
> SystemId as well, to act as a base URL for resolving any relative URL's
> within the document.
>
> Mike Kay
>
>
***************************************************************************
> This is xml-dev, the mailing list for XML developers.
> To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
> List archives are available at http://xml.org/archives/xml-dev/
>
***************************************************************************
>
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|