Skip to content
Snippets Groups Projects
Commit 04d21e8e7217 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

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.
parent b2ba99d64191
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment