Mercurial > hg > ooxml
diff ascii.xsl @ 15:e767bef35bb9
default to ascii, but accept html.xsl for pretty
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Mon, 03 Apr 2017 16:02:10 +0100 |
parents | 261e439a19fb |
children | 93fd0d532754 |
line wrap: on
line diff
--- a/ascii.xsl Mon Apr 03 15:07:00 2017 +0100 +++ b/ascii.xsl Mon Apr 03 16:02:10 2017 +0100 @@ -5,7 +5,10 @@ <xsl:output omit-xml-declaration="yes"/> <xsl:template match="e:a"> - <e:a><xsl:apply-templates select="*"/></e:a> + <e:a> + <xsl:text> </xsl:text> + <xsl:apply-templates select="*"/> + </e:a> </xsl:template> <xsl:template match="e:r">