xsl-list
[Top] [All Lists]

[xsl] Character ESC or Hex 0x1B in XSLT

2010-10-06 00:50:28
Greetings,

how to use the ESC character or 0x1B hex within an XSLT.

I get the following error:

'', hexadecimal value 0x1B, is an invalid character.

The XSL:

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
<xsl:output method="html" version="1.0" encoding="iso-8859-1" indent="yes"/>
<xsl:strip-space elements="*"/>
 
  <xsl:template match="/">
    <xsl:for-each select="/spoolpd/pd">
        %-12345X(_at_)PJL ==> LINE WHERE IS THE CHARACTER.
        <xsl:copy-of select="."/>
    </xsl:for-each>
  </xsl:template>
  
</xsl:stylesheet>

what would be the solution.

Thanks,

Luis Fdo.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>