Hi David,

>   2. You should take a look at the copy instruction in XSLT for more
>   information.  There is even an example of the canonical identity
>   transformation stylesheet:
>
>      http://www.w3.org/TR/xslt#copying

Thanks for the pointers, unfortunately, the identity transform on the page
you referenced still exhibits the problem.  From that page:

        The namespace nodes of the current node are automatically copied as
well,
        but the attributes and children of the node are not automatically
copied.

So the example I cited is actually equivalent (though more verbose) to the
identity transform cited at that page.  In both cases, they are dependant on
the XSLT processor automatically copying the attribute nodes which XSLTC
appears to be failing to do.

Looks like it's time to file a bug.

Regards,

Adrian Sutton, Software Engineer
Ephox Corporation
www.ephox.com 

Reply via email to