The encoding="us-ascii" is needed if you want pound, euro, nbsp and any other html entities to show up correctly.
1 2 <xsl:output method="xml" omit-xml-declaration="yes" encoding="us-ascii"/>
13495 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
1 2 <xsl:output method="xml" omit-xml-declaration="yes" encoding="us-ascii"/>
You need to create an account or log in to post comments to this site.