You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/11/03 14:34:43 UTC

DO NOT REPLY [Bug 24346] - Error when xsl file size is too large (+/- 850 lines)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24346>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24346

Error when xsl file size is too large (+/- 850 lines)

j3322ptm@yahoo.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From j3322ptm@yahoo.de  2003-11-03 13:34 -------
Well, the error message clearly indicates this is an encoding problem and has
absolutely nothing to do with the size of the XSL file or whatever.
The most common cause that the editor saves the file ISO-8859-1 encoded while
there wa no encoding declaration, causing the parser to assume UTF-8 encoding.
I suspect there are a few french characters in the file. Delete the offending
characters (in an XML comment) or replace them with XML character references
(in normal content) or declare the proper encoding in the XML declaration.