Help for this page
# Copied from node 265898 by valdez. Cut and modified slightly. ... print $token->as_is; } }
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Tr +ansform"> <xsl:template match="body//text()"> <xsl:value-of select="encode_entities(.)"/> </xsl:template> </xsl:stylesheet>