Re: [castor-dev] Content is not allowed in prolog
I was refering to the request to unsubscribe rain.xk schrieb: What are you talking about? Ralf Joachim wrote: Done Serge Maslyukov schrieb: please unsubscribe me from this mailing list. interface provided byhttp://xircles.codehaus.org/manage_email not work thx Serg Maslyukov Webmill CMS portal with build-in XML/XSLT transformation of content, JSR-168. More info on http://webmill.riverock.org - Original Message From: Werner Guttmann <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, November 30, 2006 10:35:29 AM Subject: RE: [castor-dev] Content is not allowed in prolog Hi, Looks like you have one or more 'invisible' characters before the XML prolog, which as per specification is not allowed. Opening and saving it again with your editor seems to be removing these characters. At least that's what it appears to be Regards Werner -Original Message- From: rain.xk [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 30. November 2006 05:50 To: [email protected] Subject: [castor-dev] Content is not allowed in prolog Hi, There is a problem when I unmarshal a xml file. The console print the error message: Content is not allowed in prolog.{file: [not available]; line: 1; column: 1} at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:732) at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:588) . Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog. at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseExcep tion(Unknown Source) at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher .dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocu ment(Unknown Source) at org.apache.xerces.par g.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:718) ... 44 more But,after I open the file with EditPlus(just a editer) and save with no change,I unmarshal the xml file again. There is no problem ,everything is ok! First, I think the problem is something about BOM,but I have been comparing the two files and there is nothing different! They all have the FFFE3C00. Someone can tell me why and how to avoid this problem? Regards Rain.Xu -- View this message in context: http://www.nabble.com/Content-is-not-allowed-in-prolog-tf27296 88.html#a7613622 Sent from the Castor - Dev mailing list archive at Nabble.com. - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email -- Syscon Ingenieurbüro für Meß- und Datentechnik GmbH Ralf Joachim Raiffeisenstraße 11 D-72127 Kusterdingen Germany Tel. +49 7071 3690 52 Mobil: +49 173 9630135 Fax+49 7071 3690 98 Email: [EMAIL PROTECTED] Web: www.syscon-informatics.de - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
Re: [castor-dev] Content is not allowed in prolog
What are you talking about? Ralf Joachim wrote: > > Done > > Serge Maslyukov schrieb: >> please unsubscribe me from this mailing list. >> interface provided byhttp://xircles.codehaus.org/manage_email not >> work >> >> thx >> >> Serg Maslyukov >> >> Webmill CMS portal with build-in XML/XSLT transformation of content, >> JSR-168. >> More info on http://webmill.riverock.org >> >> >> - Original Message >> From: Werner Guttmann <[EMAIL PROTECTED]> >> To: [email protected] >> Sent: Thursday, November 30, 2006 10:35:29 AM >> Subject: RE: [castor-dev] Content is not allowed in prolog >> >> >> Hi, >> >> Looks like you have one or more 'invisible' characters before the XML >> prolog, which as per specification is not allowed. Opening and saving it >> again with your editor seems to be removing these characters. At least >> that's what it appears to be >> >> Regards >> Werner >> >>> -Original Message- >>> From: rain.xk [mailto:[EMAIL PROTECTED] >>> Sent: Donnerstag, 30. November 2006 05:50 >>> To: [email protected] >>> Subject: [castor-dev] Content is not allowed in prolog >>> >>> >>> Hi, >>> >>> There is a problem when I unmarshal a xml file. >>> The console print the error message: >>> Content is not allowed in prolog.{file: [not available]; >>> line: 1; column: 1} >>> at >>> org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:732) >>> at >>> org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:588) >>> . >>> Caused by: org.xml.sax.SAXParseException: Content is not >>> allowed in prolog. >>> at >>> org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseExcep >>> tion(Unknown >>> Source) >>> at >>> org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) >>> at >>> org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) >>> at >>> org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) >>> at >>> org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) >>> at >>> org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher >>> .dispatch(Unknown >>> Source) >>> at >>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocu >>> ment(Unknown >>> Source) >>> at >>> org.apache.xerces.par >> g.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) >>> at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) >>> at >>> org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) >>> at >>> org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:718) >>> ... 44 more >>> But,after I open the file with EditPlus(just a editer) and >>> save with no change,I unmarshal the xml file again. >>> There is no problem ,everything is ok! >>> First, I think the problem is something about BOM,but I have >>> been comparing the two files and there is nothing different! >>> They all have the FFFE3C00. >>> Someone can tell me why and how to avoid this problem? >>> >>> Regards >>> Rain.Xu >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Content-is-not-allowed-in-prolog-tf27296 >>> 88.html#a7613622 >>> Sent from the Castor - Dev mailing list archive at Nabble.com. >>> >>> >>> - >>> To unsubscribe from this list please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >>> >> >> - >> To unsubscribe from this list please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> >> >> Want to start your own business? >> Learn how on Yahoo! Small Business. >> http://smallbusiness.yahoo.com/r-index >> >> - >> To unsubscribe from this list please visit: >> >> http://xircles.codehaus.org/manage_email > > -- > > Syscon Ingenieurbüro für > Meß- und Datentechnik GmbH > Ralf Joachim > Raiffeisenstraße 11 > D-72127 Kusterdingen > Germany > > Tel. +49 7071 3690 52 > Mobil: +49 173 9630135 > Fax+49 7071 3690 98 > > Email: [EMAIL PROTECTED] > Web: www.syscon-informatics.de > > - > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > -- View this message in context: http://www.nabble.com/Content-is-not-allowed-in-prolog-tf2729688.html#a7632425 Sent from the Castor - Dev mailing list archive at Nabble.com. - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
Re: [castor-dev] Content is not allowed in prolog
Done Serge Maslyukov schrieb: > please unsubscribe me from this mailing list. > interface provided byhttp://xircles.codehaus.org/manage_email not work > > thx > > Serg Maslyukov > > Webmill CMS portal with build-in XML/XSLT transformation of content, JSR-168. > More info on http://webmill.riverock.org > > > - Original Message > From: Werner Guttmann <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, November 30, 2006 10:35:29 AM > Subject: RE: [castor-dev] Content is not allowed in prolog > > > Hi, > > Looks like you have one or more 'invisible' characters before the XML > prolog, which as per specification is not allowed. Opening and saving it > again with your editor seems to be removing these characters. At least > that's what it appears to be > > Regards > Werner > >> -Original Message- >> From: rain.xk [mailto:[EMAIL PROTECTED] >> Sent: Donnerstag, 30. November 2006 05:50 >> To: [email protected] >> Subject: [castor-dev] Content is not allowed in prolog >> >> >> Hi, >> >> There is a problem when I unmarshal a xml file. >> The console print the error message: >> Content is not allowed in prolog.{file: [not available]; >> line: 1; column: 1} >> at >> org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:732) >> at >> org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:588) >> . >> Caused by: org.xml.sax.SAXParseException: Content is not >> allowed in prolog. >> at >> org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseExcep >> tion(Unknown >> Source) >> at >> org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) >> at >> org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) >> at >> org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) >> at >> org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) >> at >> org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher >> .dispatch(Unknown >> Source) >> at >> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocu >> ment(Unknown >> Source) >> at >> org.apache.xerces.par > g.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) >> at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) >> at >> org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) >> at >> org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:718) >> ... 44 more >> But,after I open the file with EditPlus(just a editer) and >> save with no change,I unmarshal the xml file again. >> There is no problem ,everything is ok! >> First, I think the problem is something about BOM,but I have >> been comparing the two files and there is nothing different! >> They all have the FFFE3C00. >> Someone can tell me why and how to avoid this problem? >> >> Regards >> Rain.Xu >> >> -- >> View this message in context: >> http://www.nabble.com/Content-is-not-allowed-in-prolog-tf27296 >> 88.html#a7613622 >> Sent from the Castor - Dev mailing list archive at Nabble.com. >> >> >> - >> To unsubscribe from this list please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > - > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > > > Want to start your own business? > Learn how on Yahoo! Small Business. > http://smallbusiness.yahoo.com/r-index > > - > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email -- Syscon Ingenieurbüro für Meß- und Datentechnik GmbH Ralf Joachim Raiffeisenstraße 11 D-72127 Kusterdingen Germany Tel. +49 7071 3690 52 Mobil: +49 173 9630135 Fax+49 7071 3690 98 Email: [EMAIL PROTECTED] Web: www.syscon-informatics.de - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
Re: [castor-dev] Content is not allowed in prolog
please unsubscribe me from this mailing list. interface provided byhttp://xircles.codehaus.org/manage_email not work thx Serg Maslyukov Webmill CMS portal with build-in XML/XSLT transformation of content, JSR-168. More info on http://webmill.riverock.org - Original Message From: Werner Guttmann <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, November 30, 2006 10:35:29 AM Subject: RE: [castor-dev] Content is not allowed in prolog Hi, Looks like you have one or more 'invisible' characters before the XML prolog, which as per specification is not allowed. Opening and saving it again with your editor seems to be removing these characters. At least that's what it appears to be Regards Werner > -Original Message- > From: rain.xk [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 30. November 2006 05:50 > To: [email protected] > Subject: [castor-dev] Content is not allowed in prolog > > > Hi, > > There is a problem when I unmarshal a xml file. > The console print the error message: > Content is not allowed in prolog.{file: [not available]; > line: 1; column: 1} > at > org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:732) > at > org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:588) > . > Caused by: org.xml.sax.SAXParseException: Content is not > allowed in prolog. > at > org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseExcep > tion(Unknown > Source) > at > org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) > at > org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) > at > org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) > at > org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) > at > org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher > .dispatch(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocu > ment(Unknown > Source) > at > org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at > org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at > org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) > at > org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:718) > ... 44 more > But,after I open the file with EditPlus(just a editer) and > save with no change,I unmarshal the xml file again. > There is no problem ,everything is ok! > First, I think the problem is something about BOM,but I have > been comparing the two files and there is nothing different! > They all have the FFFE3C00. > Someone can tell me why and how to avoid this problem? > > Regards > Rain.Xu > > -- > View this message in context: > http://www.nabble.com/Content-is-not-allowed-in-prolog-tf27296 > 88.html#a7613622 > Sent from the Castor - Dev mailing list archive at Nabble.com. > > > - > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
RE: [castor-dev] Content is not allowed in prolog
Hi, Looks like you have one or more 'invisible' characters before the XML prolog, which as per specification is not allowed. Opening and saving it again with your editor seems to be removing these characters. At least that's what it appears to be Regards Werner > -Original Message- > From: rain.xk [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 30. November 2006 05:50 > To: [email protected] > Subject: [castor-dev] Content is not allowed in prolog > > > Hi, > > There is a problem when I unmarshal a xml file. > The console print the error message: > Content is not allowed in prolog.{file: [not available]; > line: 1; column: 1} > at > org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:732) > at > org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:588) > . > Caused by: org.xml.sax.SAXParseException: Content is not > allowed in prolog. > at > org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseExcep > tion(Unknown > Source) > at > org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) > at > org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) > at > org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) > at > org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) > at > org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher > .dispatch(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocu > ment(Unknown > Source) > at > org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at > org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at > org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) > at > org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:718) > ... 44 more > But,after I open the file with EditPlus(just a editer) and > save with no change,I unmarshal the xml file again. > There is no problem ,everything is ok! > First, I think the problem is something about BOM,but I have > been comparing the two files and there is nothing different! > They all have the FFFE3C00. > Someone can tell me why and how to avoid this problem? > > Regards > Rain.Xu > > -- > View this message in context: > http://www.nabble.com/Content-is-not-allowed-in-prolog-tf27296 > 88.html#a7613622 > Sent from the Castor - Dev mailing list archive at Nabble.com. > > > - > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

