Help for this page

Select Code to Download


  1. or download this
    # Copied from node 265898 by valdez. Cut and modified slightly.
    
    ...
        print $token->as_is;
      }
    }
    
  2. or download this
    <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>