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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. eclipsetalk

    Adding attribute to an element

    I've got it now...Thanks
  2. eclipsetalk

    Adding attribute to an element

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

Part and Inventory Search

Back
Top