1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-18 14:34:32 +03:00
Files
libxslt/tests/docs/bug-217.xml
Nick Wellnhofer 65f59eb13d Fix attribute precedence with xsl:use-attribute-sets
Commit 05f70130 broke the precedence of attributes on literal result
elements and attributes from xsl:use-attribute-sets.

Process xsl:use-attribute-sets first. Then if any attributes were added
to the target node, use xmlSetNsProp to copy the remaining attributes,
replacing the previous values.

Thanks to Alexey Neyman for the report.
2019-02-12 12:45:32 +01:00

2 lines
7 B
XML