Reserved namespaces in xsl:element and xsl:attribute
authorNick Wellnhofer <wellnhofer@aevum.de>
Wed, 15 Aug 2012 21:50:22 +0000 (23:50 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 6 Sep 2012 12:41:46 +0000 (20:41 +0800)
commitf6c48211e5ee97b36ae9f3d2f8711fdce38e6e5e
treecddc857e1b6bcc776eab5811ce3712a1df66ba05
parent0c302874da763e0020940d50992f99f15efc6f8c
Reserved namespaces in xsl:element and xsl:attribute

For https://bugzilla.gnome.org/show_bug.cgi?id=587360

Correct handling of 'xml' and 'xmlns' namespaces in xsl:element and
xsl:attribute.
libxslt/attributes.c
libxslt/transform.c
tests/docs/bug-177.xml [new file with mode: 0644]
tests/general/Makefile.am
tests/general/bug-177.out [new file with mode: 0644]
tests/general/bug-177.xsl [new file with mode: 0644]