xslt:copy element is broken in 2.6.29
Bug #147144 reported by
Michael Gratton
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libxml2 |
Fix Released
|
High
|
|||
libxml2 (Ubuntu) |
Fix Released
|
Medium
|
Matthias Klose | ||
Bug Description
Binary package hint: libxml2
In libxml 2.6.29 in gutsy, using the XSLT copy element causes the folllowing error:
runtime error: file /home/mjg/
Attribute nodes must be added before any child nodes to an element.
Eg:
<xsl:template match="@*|html:*">
<xsl:copy>
<
</xsl:copy>
</xsl:template>
This is fixed apparently in 2.6.30, see https:/
Downgrading to libxml2 2.6.27 from fiesty also fixes the problem.
Related branches
Changed in libxml2: | |
status: | Unknown → Fix Released |
Changed in libxml2: | |
importance: | Unknown → High |
To post a comment you must log in.
thanks for your report.