1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-15 16:01:08 +03:00
Files
libxslt/tests/general/bug-190.xsl
2016-06-21 13:16:25 +02:00

17 lines
346 B
XML

<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ns1="urn:foo"
exclude-result-prefixes="ns1">
<xsl:import href="bug-190-imp.xsl"/>
<xsl:output indent="yes"/>
<xsl:template match="/">
<result>
<elem xsl:use-attribute-sets="ns1:set"/>
</result>
</xsl:template>
</xsl:stylesheet>