I'll be grateful if anyone would help me with this problem.
I am trying to construct a stylesheet to transform one xml to another. for example how do I transform:
<root>
<m1>sassy</m1>
<m2>spiffy</m2>
<sp1>suddenly </sp1>
</root>
To:
<mls>
<hd>sassy</hd>
<hd2>spiffy</hd2>
</mls>
Thanks!!!
I am trying to construct a stylesheet to transform one xml to another. for example how do I transform:
<root>
<m1>sassy</m1>
<m2>spiffy</m2>
<sp1>suddenly </sp1>
</root>
To:
<mls>
<hd>sassy</hd>
<hd2>spiffy</hd2>
</mls>
Thanks!!!
Comment