diff options
Diffstat (limited to 'tests/general/bug-168.xml')
-rw-r--r-- | tests/general/bug-168.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/general/bug-168.xml b/tests/general/bug-168.xml new file mode 100644 index 00000000..cd13d419 --- /dev/null +++ b/tests/general/bug-168.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8" ?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns="http://www.w3.org/1999/xhtml"> + +<xsl:template match="*"> +<A a="{concat('{',namespace-uri(),'}',local-name())}"/> +<B b='{concat("{",namespace-uri(),"}",local-name())}'/> +</xsl:template> + +</xsl:stylesheet> |