** Changed in: libxml2
   Importance: Unknown => High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libxml2 in Ubuntu.
https://bugs.launchpad.net/bugs/147144

Title:
  xslt:copy element is broken in 2.6.29

Status in libxml2:
  Fix Released
Status in “libxml2” package in Ubuntu:
  Fix Released

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/[...]/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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libxml2/+bug/147144/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to