Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XSLT mapping

Vinit AhujaApr 27 2013 — edited Apr 28 2013
Hi,
i have two schemas(xsds) . both source n target xsd's are same except their namespaces. As both having same element names, so i just want to copy all the elements of source to target.
but i want that they maintain there namespaces. When i'm using 'copy-of' function in xslt, target xml is taking namespace from source.
Is there any way to do it in xslt without mapping each n every element in jdev xslt designer as input xml is too large & it will be very tough to map everythg from designer.

Thanks,
Vinit
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2013
Added on Apr 27 2013
7 comments
558 views