diff options
Diffstat (limited to 'tests/auto/xmlpatterns/stylesheets/bool070.xsl')
-rw-r--r-- | tests/auto/xmlpatterns/stylesheets/bool070.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/xmlpatterns/stylesheets/bool070.xsl b/tests/auto/xmlpatterns/stylesheets/bool070.xsl new file mode 100644 index 0000000..a78e61a --- /dev/null +++ b/tests/auto/xmlpatterns/stylesheets/bool070.xsl @@ -0,0 +1,6 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + + <xsl:template match="/"> + </xsl:template> + +</xsl:stylesheet> |