mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-20 01:21:38 +03:00
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.
7 lines
165 B
XML
7 lines
165 B
XML
<?xml version="1.0"?>
|
|
|
|
|
|
<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" font-size="12pt" font-weight="bold" quadding="start">this is the heading</fo:block>
|
|
|
|
|