If the problem is that Xalan doesn't recognize the in your stylesheet, add this to the stylesheet right after the xml declaration:
<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp ' '> ]> XSLT only has > < & and &qout; built-in.
If the problem is that Xalan doesn't recognize the in your stylesheet, add this to the stylesheet right after the xml declaration:
<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp ' '> ]> XSLT only has > < & and &qout; built-in.