Hi,
I am new to XSLT, Please helo me in transforming the XML to XML transform
I have XML like this
<products>
<product>
<display value="32" />
<count value="0"/>
</product>
</products>
Through XSLT I need to convert it like this
<products>
<product display="32" count="0"/>
</products>
Please help me out. This is very urgent requirement.
Regards,
Hanuman