Re: Re: Need assistance in diagnosing error message.

2004-01-13 Thread aabouk01
This problem was corrected by simply placing the XML tag on line 1 column 1. It was indented a couple of spaces. From: Clay Leeds [EMAIL PROTECTED] Date: 2004/01/09 Fri PM 12:10:22 EST To: [EMAIL PROTECTED] Subject: Re: Need assistance in diagnosing error message. Glad to hear

RE: Need assistance in diagnosing error message.

2004-01-10 Thread Andreas L. Delmelle
-Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Glad to hear the problem is resolved! If it's not too much trouble, please report back the error to the list, so that the thread will be complete. Someone else with the same or similar problem, may follow the list, but

RE: Need assistance in diagnosing error message.

2004-01-09 Thread mathieu . fretiere
javax.servlet.ServletException: The processing instruction target matching [xX][mM][lL] is not allowed I don't exactly remember, I think it comes from an org.xml.sax.SAXParseException. Check your FO tree (or XSL or XML source), post it if you can't find your error. Mathieu.

Re: Need assistance in diagnosing error message.

2004-01-09 Thread Clóvis Wichoski
This mean that ?xml Some Stuff ? or ?XML Some Stuff ? is not allowed, maybe your XSL have the XML declaration on the middle of XSL the XML declaration must be the first line of XSL. I hope that this help Clovis [EMAIL PROTECTED] wrote: I am lost here, can someone tell me what

Re: RE: Need assistance in diagnosing error message.

2004-01-09 Thread aabouk01
Ok found my error. Thanks for the replys. From: [EMAIL PROTECTED] Date: 2004/01/09 Fri AM 11:31:48 EST To: [EMAIL PROTECTED] Subject: RE: Need assistance in diagnosing error message. javax.servlet.ServletException: The processing instruction target matching [xX][mM][lL