diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch7/writefile.xsl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/ch7/writefile.xsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch7/writefile.xsl b/Master/texmf-dist/doc/latex/latex-web-companion/ch7/writefile.xsl new file mode 100644 index 00000000000..bdf60c8e00f --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-web-companion/ch7/writefile.xsl @@ -0,0 +1,8 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" default-space="strip"> + <xsl:template match="file"> + <xsl:invoke classid="java:com.jclark.xsl.sax.TextFileOutputFilter"> + <xsl:arg name="file" value="{@filename}"/> + <xsl:apply-templates/> + </xsl:invoke> + </xsl:template> +</xsl:stylesheet> |