can i use xsl to change this format
to this :-
notice that i want the attribute value to become the element and remove the attribute if possible please post method.
thank you
Code:
<rr n="Address"> <tt> <j n="currentAddress">0</j> <j n="city">city</j> </tt> </rr>
Code:
<Address> <tt> <currentAddress>0</currentAddress> <city>city</city> </tt> <Address>
thank you
Comment