]> granicus.if.org Git - docbook-dsssl/commitdiff
Output indented results
authorNorman Walsh <ndw@nwalsh.com>
Sun, 7 Jul 2002 23:37:42 +0000 (23:37 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 7 Jul 2002 23:37:42 +0000 (23:37 +0000)
testdocs/fo-debug.xsl [new file with mode: 0644]

diff --git a/testdocs/fo-debug.xsl b/testdocs/fo-debug.xsl
new file mode 100644 (file)
index 0000000..55bba5c
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                version="1.0">
+
+<xsl:import href="../fo/docbook.xsl"/>
+
+<xsl:output method="xml" indent="yes"/>
+
+</xsl:stylesheet>