github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-83.xsl (about) 1 <?xml version="1.0" encoding="utf-8"?> 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 3 xmlns:fo="http://www.w3.org/1999/XSL/Format" 4 exclude-result-prefixes="fo" 5 version="1.0"> 6 <xsl:output method="html" 7 encoding="ISO-8859-1" 8 indent="no"/> 9 10 11 <xsl:template match="*"> 12 <a href="a b c"/> 13 </xsl:template> 14 </xsl:stylesheet>