XSL help !!
XML / XSL
2
Posts
2
Posters
4
Views
1
Watching
-
Hi All :) I have an xml which is passed thru a sytlesheet and in the resultant file, two tags IDValue and IDScheme are not properly output. Could you please help me out ! Thanks Enclosed - Source XML SUCCESS 0001 1601025017 CHI Enclosed Source XSL
Heya, either change the XSL to: ... ... or, since you seems to make a copy of the stuff use the xsl:copy-of element. Cheers /WW