github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-60.xsl (about) 1 <?xml version="1.0" encoding="iso-8859-1"?> 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 3 4 <xsl:template match="/"> 5 <result xsl:version="6.1"> 6 <xsl:foo-of select="/Fuhrpark"> 7 <xsl:fallback> 8 <xsl:text>An error occoured, foo-of not known</xsl:text> 9 </xsl:fallback> 10 </xsl:foo-of> 11 </result> 12 </xsl:template> 13 </xsl:stylesheet> 14 15