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

    Find and replace xml from xmldoc to another using Nokogiri

    I have 2 xml files. I want to see if xmldoc1 has the same named elements in xmldoc2. If it does, replace xmldoc2's element value with xmldoc1's. xmldoc1 looks like this: <appSettings> <add key="TestAssetIngestXsl" value="D:\Program Files\SomePlace\AdvertAssetIngestSuccessful.xsl" /> <add...
  2. fairyliquid

    Read XML file with Nokogiri

    Hi This has been bugging me all day... I'm a Ruby newbie and I need some help.. I'm trying to read an XML file to retrieve 2 values. Below is an example of the xml. <?xml version="1.0" encoding="utf-16"?> <resources applicationName="Testapp" author="Joe Bloggs"> <resource type="assembly"...

Part and Inventory Search

Back
Top