RE: [xsl] Accents inside comments

Subject: RE: [xsl] Accents inside comments
From: James Eberhardt <JEberhardt@xxxxxxxxxx>
Date: Fri, 16 Feb 2001 14:35:35 -0500
Most likely has to do with your encoding.
If the first line of your XSL (or XML) looks like:
<?xml version="1.0" encoding="ISO-8859-1"?>

then you shouldn't have a problem.  Otherwise, you will need to use the
#&000; notation, which can be a pain.

Good luck.

-----Original Message-----
From: Ruben Inoto [mailto:ris2@xxxxxxxxx]
Sent: Friday, February 16, 2001 2:29 PM
To: XSL
Subject: [xsl] Accents inside comments



 When I try to write any of these letters: 'ó', 'ú' or 'ñ' (and maybe
more I haven't tested) inside a comment in XSL I get a
SAXParseException: 'An invalid XML character was found in the document'.

 Is this a problem of the processor I'm using (Xalan 1.2), or are these
characters simply not allowed (even inside comments)?

 Thank you.

//Ruben



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread