You have been subscribed to a public bug:

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/[...]/web/style/default.xslt line 306 element copy
Attribute nodes must be added before any child nodes to an element.

Eg:

  <xsl:template match="@*|html:*">
    <xsl:copy>
      <xsl:apply-templates select="@*|node()"/>
    </xsl:copy>
  </xsl:template>

This is fixed apparently in 2.6.30, see
https://bugzilla.novell.com/show_bug.cgi?id=300675

Downgrading to libxml2 2.6.27 from fiesty also fixes the problem.

** Affects: libxml2
     Importance: Unknown
         Status: Unknown

** Affects: libxml2 (Ubuntu)
     Importance: Medium
     Assignee: Ubuntu Desktop Bugs (desktop-bugs)
         Status: New

-- 
xslt:copy element is broken in 2.6.29
https://bugs.launchpad.net/bugs/147144
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to