xsl-list
[Top] [All Lists]

RE: Adding namespaces with copy-of

2003-02-24 09:14:17
is there a possibility to copy an element into another 
namespace with means of <xsl:copy-of> ? 

No. xsl:copy-of can only be used to create an exact copy. If you want to
change anything, you need to process each node individually using a
template rule ("or otherwise", as they say in maths exams).

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>