Altova Mailing List Archives>Archive Index >xml-dev Archive Home >Recent entries >Thread Prev - Re: [xml-dev] Problem parsing XML file with Xerces-J [Thread Next] Re: [xml-dev] Problem parsing XML file with Xerces-JTo: Michael Kay <mike@--------.---> Date: 4/1/2005 10:00:00 AM 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/
>
> | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
