Hi,
I am using the <xsl:copy-of> element to create a xml structure.
The output seems to be fine, except that, the nodes have a namespace attached to it. <i>copy-of</i> seems to be copying the current nodes and its child nodes "with namespace".
Is there any xsl element which has the same functionality of copy-of but which ignores namespaces while copying?
Regards,
Smitha.