Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by accelerator

  1. accelerator

    Simple XSLT Transformation Question

    Ok, found the answer now, the xsl was: <brand><xsl:value-of select="fields/field[name='manufacturer']/value" /></brand> Rgds Accel
  2. accelerator

    Simple XSLT Transformation Question

    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...

Part and Inventory Search

Back
Top