This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet version="1.0" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
> | |
<xsl:output method="text" omit-xml-declaration="yes" /> | |
<xsl:variable name="pad" select="' '" /> | |
<!-- override the default template that prints all text --> | |
<xsl:template match="text()|@*" /> |