|
Description:
The null XSL stylesheet will output the text of a document, removing all of the tags.
Source: Text Source
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
</xsl:stylesheet>
The license for this recipe is available here.
Discussion:
|