| [SOLVED] I am writing an Xslt .I have the input xml and output xml elements name... ...same, but , defined in different xsds. I want to use the Copy-of function of xslt for better result. The problem is since both the source elements and target elements are defined in different xsds the namespace prefix will be a barrier to use copy-of function.
Is there any way to replace the namespcae prefix of an element and still use a copy-of function. |