accelerator
Programmer
Hi All
I need to use XSLT to pick out the brand information from an XML feed, which is currently in the following format:
<field>
<name>manufacturer</name>
<value>Aubade</value>
</field>
I need to transform this to:
<brand>Aubade</brand>
Anyone know what the xsl should be to do that?
Any help, however small, greatly appreciated.
Many thanks
Accelerator
I need to use XSLT to pick out the brand information from an XML feed, which is currently in the following format:
<field>
<name>manufacturer</name>
<value>Aubade</value>
</field>
I need to transform this to:
<brand>Aubade</brand>
Anyone know what the xsl should be to do that?
Any help, however small, greatly appreciated.
Many thanks
Accelerator