My XSL output is in unicode. I would like it to be plain text. Furthermore, it is going to a UNIX machine, so the <CR><LF> at the end of each line will need to be changed to a <CR> I believe.
Can anyone help with either issue? Here is the header of my XSL file:
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl=" <xsl:strip-space elements="*" />
<xsl
utput method="text" indent="no" />
<xsl:template match="/">
... etc.
Thanks,
Shaun Merrill
Can anyone help with either issue? Here is the header of my XSL file:
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl=" <xsl:strip-space elements="*" />
<xsl
<xsl:template match="/">
... etc.
Thanks,
Shaun Merrill