Re: SAXParseException

2004-10-05 Thread Xavier Lawrence
I fixed the problem and I think there is a bug in the SAXParser. My file was correct from the beginning. Its first line was the following: with nothing before the first tag and I kept getting 'org.xml.sax.SAXParseException: Content is not allowed in prolog' After several hours of seeking and

Re: SAXParseException

2004-10-05 Thread Xavier Lawrence
I allready looked at this and the problem still remains. What is strange is that I took the files from the struts-demo WebApp and modified them. So such errors should not appear... En réponse à Mike Stanley <[EMAIL PROTECTED]>: > portlet.xml :-) > > Basically you have content (may be space o

Re: SAXParseException

2004-10-05 Thread Mike Stanley
portlet.xml :-) Basically you have content (may be space or blank lines) before the prolog . I've also heard of this error message showing up if you had content after the prolog but before the open root. (I've never seen that though ;-) Here's a forum that discusses this issue. http://forum.ja

SAXParseException

2004-10-05 Thread Xavier Lawrence
Hi, I am getting these stange org.xml.sax.SAXParseException: Content is not allowed in prolog and I don't understand why... Anybody would have a clue where I shoul start looking ? (I see nothing wrong in my config XML files...) I am trying to make a simple struts-portlet work... Thanks in adv