Re: Root element is required in a well-formed document

2002-10-20 Thread J.Pietschmann
Venkata Rao Nadella wrote:

I am trying to convert XML File to PDF using FOP. I am getting following 
error although root element is present.
 
[ERROR]: The root element is required in a well-formed document.
 
Can someone help me in figuring out why I am getting this error?

This has also happened because of a Xerces bug. Get and use
Xerces 2.0.1 or use another encoding.

J.Pietschmann


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Root element is required in a well-formed document

2002-10-18 Thread Oleg Tkachenko
Venkata Rao Nadella wrote:


I am trying to convert XML File to PDF using FOP. I am getting following 
error although root element is present.
 
[ERROR]: The root element is required in a well-formed document.
 
Can someone help me in figuring out why I am getting this error?
Input fo document you are supplying to fop is not well-formed. Check out 
your xsl stylesheet (if any) or fop embedding code (if any).

--
Oleg Tkachenko
eXperanto team
Multiconn International, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]