github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/REC/test-7.1.1.out (about)

     1  <?xml version="1.0"?>
     2  <axsl:stylesheet xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:axsl="http://www.w3.org/1999/XSL/Transform">
     3  <axsl:template match="p"><fo:block><axsl:apply-templates/></fo:block></axsl:template>
     4  <axsl:template match="h1"><fo:block><axsl:apply-templates/></fo:block></axsl:template>
     5  <axsl:template match="h2"><fo:block><axsl:apply-templates/></fo:block></axsl:template>
     6  <axsl:template match="h3"><fo:block><axsl:apply-templates/></fo:block></axsl:template>
     7  <axsl:template match="h4"><fo:block><axsl:apply-templates/></fo:block></axsl:template>
     8  </axsl:stylesheet>