[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...>

stringreader inputsource
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!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
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.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.