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 MikeeOK 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: *

  • Users: wow1977
  • Content: Threads
  • Order by date
  1. wow1977

    renaming attributes

    hello all I have a problem renaming attributes: simple example. <rootElement> <Element1 one="id1" two="id2"> test1.com/> <rootElement/> and i need that: <rootElement> <Element1 one="id1" two="id3"> test1.co.uk/> <rootElement/> is that possible. I appreciate any help.. greetings
  2. wow1977

    xsl transformation

    Hello @ all well I am new to XML/XSLT and have problem with transforming an xml document. I need to delete the content of an element and to copy the rest of the file. For example: <Name> <Barbie> </Name> <Age> <21> </Age> <Location> <Japan> </Location> I need this result: <Name> <Barbie>...

Part and Inventory Search

Back
Top