Share

google-ajaxslt

Tracker: Bugs

5 xml-copy not implemented correctly - ID: 1459468
Last Update: Comment added ( macswell )

The current xml-copy implementation will not copy
attributes or text nodes if requested to do so. As a
result, the xml-copy identity transformation fails.
That transformation (from
http://www.w3.org/TR/xslt#copying) is:

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

When used in the Google library, it strips attributes
and text nodes. This is not to spec.

Thanks for a very useful library!

-devonc@review.com


Nobody/Anonymous ( nobody ) - 2006-03-27 17:25

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2006-12-15 22:01
Sender: macswell


moved to http://code.google.com/p/ajaxslt/issues/detail?id=9&can=2&q=


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.