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)

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  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.

Reply via email to