aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjtauber <jtauber@unknown>1999-11-29 16:45:51 +0000
committerjtauber <jtauber@unknown>1999-11-29 16:45:51 +0000
commitffc9fed7ddec94e1b9d2f8d50bdce62ea1646569 (patch)
tree222026eb1a07aef5ff814d6d5ca866c72bb11e62 /docs
parent1b79eb4ebedc23f2724e2180b009f9390577272d (diff)
downloadxmlgraphics-fop-ffc9fed7ddec94e1b9d2f8d50bdce62ea1646569.tar.gz
xmlgraphics-fop-ffc9fed7ddec94e1b9d2f8d50bdce62ea1646569.zip
fixed xml2ascii stylesheet to use text output method rather than html
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/xml2ascii.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xml2ascii.xsl b/docs/xml2ascii.xsl
index 10db33af8..1c4bb0c46 100644
--- a/docs/xml2ascii.xsl
+++ b/docs/xml2ascii.xsl
@@ -4,7 +4,7 @@
version: 1.00ß
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<xsl:output method="html"/>
+<xsl:output method="text"/>
<xsl:template match ="/">
<xsl:apply-templates/>
</xsl:template>