summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch7/writefile.xsl
blob: bdf60c8e00fa629b08e79b1c838c66c00937a6e1 (plain)
1
2
3
4
5
6
7
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>