Chad Williamson wrote:
This isn't working for me...
I get that
[EMAIL PROTECTED] Schematron]$ Xalan router2.xml chadtest.xsl
XSLT warning: Fatal Error at (file chadtest.xsl, line 3650, column 32): Entity
'nbsp' was not found (chadtest.xsl, line 3650, column 32)
SAXParseException: Entity 'nbsp' was not found (chadtest.xsl, line 3650, column
32)
Using the   I get the following output:
Please check RouterId = '�
chad2
� ' and correct this issue.
Thanks, chad
Is your output in HTML or only text ?
what is your output method ?
example : <xsl:output method="html" version="4.0" indent="yes"/>
or
<xsl:output method="text" indent="no"/>
or
<xsl:output method="xml" indent="yes"/>
Also, use the 'encoding' option in header :
<?xml version="1.0" encoding="ISO-8859-1" ?>
set it to ISO-8859-1, and try again ...
tell me aware...
regards