Re: White spaces are required between publicId and systemId
Re: White spaces are required between publicId and systemId
- Subject: Re: White spaces are required between publicId and systemId
- From: Michael Engelhart <email@hidden>
- Date: Wed, 28 Jul 2004 08:58:30 -0500
Sounds like your XSL/XML isn't formatted correctly. Can you send the
XSL and XML that you're using. Try just validating the XML and XSL
by reading it into a DOM parser with validation turned on and then you
can see if the error's there.
Mike
On Jul 28, 2004, at 8:14 AM, Goh Keng Boon wrote:
Hi, i tried to render a pdf document using fop, but no matter i use
InputSource foInput = new InputSource(new
ByteArrayInputStream(response.contentString().getBytes()));
or
Document document = response.contentAsDOMDocument();
I'll still get this error : White spaces are required between publicId
and systemId
is there anything that i missed?
Thanks.
KB
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.