Hello,
I want to create a XSLT transform to convert an XML to another XML to add attribute to elements such as:
I need to transform:
<node>
<Title>Hotel</Title>
<image>//files/hotel.png</image>
</node>
to:
<node>
<Title>Hotel</Title>
<image href="//files/hotel.png"></image>
</node>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.