A
Amit
Hi All,
I am stuck in a pretty simple problem.
I need an XSL to convert an XML with similar format's and some
additions, please consider the following example to understand my
issue.
Input XML
<Root>
<Name>amit</Name>
<Name1>gupta</Name1>
<other>bla bla bla</other>
<Root>
Output Desired XML
<Root>
<Name>amit</Name>
<Name1>gupta</Name1>
<other>bla bla bla</other>
<AdditionalTag> Addition to previous xml </AdditionalTag>
<Root>
I know, how to add new tag's. My problem is that I want some generic
XSL to convert, all tag's in input xml, no matter how many they are,
to output xml, with some additional tags.
Thanks in Advance,
Regards,
-Amit Gupta
I am stuck in a pretty simple problem.
I need an XSL to convert an XML with similar format's and some
additions, please consider the following example to understand my
issue.
Input XML
<Root>
<Name>amit</Name>
<Name1>gupta</Name1>
<other>bla bla bla</other>
<Root>
Output Desired XML
<Root>
<Name>amit</Name>
<Name1>gupta</Name1>
<other>bla bla bla</other>
<AdditionalTag> Addition to previous xml </AdditionalTag>
<Root>
I know, how to add new tag's. My problem is that I want some generic
XSL to convert, all tag's in input xml, no matter how many they are,
to output xml, with some additional tags.
Thanks in Advance,
Regards,
-Amit Gupta