|
[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: Problem parsing XML file with Xerces-J
- To: Michael Kay <mike@s...>
- Subject: Re: Problem parsing XML file with Xerces-J
- From: Midsummer Sun <midsummer.sun@g...>
- Date: Fri, 1 Apr 2005 15:29:09 +0530
- Cc: xml-dev@l...
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=tY1owbsOR3+cUZcaAweNgd6cIkNmJQ135jr6nQMQ6YlL2zpJxD/AW97cLaHaJz/2yjiT3ndeHHbPbUQs/rzw3VVB9VRDzKr6h600FIBmoZTBz17suoQtZiHIEff8IGNRW3uonf5S7iTYFnjQ/KdEh3uL5FpnHHyp4pQUcXvYWlc=
- In-reply-to: <424d15d6.5310c8e7.2ae4.7066SMTPIN_ADDED@m...>
- References: <bb5e8b86050401012539223f33@m...> <424d15d6.5310c8e7.2ae4.7066SMTPIN_ADDED@m...>
- Reply-to: Midsummer Sun <midsummer.sun@g...>

On Apr 1, 2005 3:05 PM, Michael Kay <mike@s...> wrote:
>
> I gave you the answer to this right at the beginning: create an InputSource
> based on a StringReader that reads the String "".
>
Oh wow! This is working:
public InputSource resolveEntity(java.lang.String publicId,
java.lang.String systemId)
{
InputSource is = new InputSource(new StringReader(""));
return is;
}
THANK YOU.
Probably somebody could answer my HTTP question as well.
best regards,
> Michael Kay
> http://www.saxonica.com/
>
>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
| RSS 2.0 |
 |
| Atom 0.3 |
 |
| |
Stylus Studio has published XML-DEV in RSS and ATOM formats,
enabling users to easily subcribe to the list from their preferred news reader application.
|
Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website.
they were not included by the author in the initial post. To view the content without the Sponsor Links please
click here.
|
|