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 strongm 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 yosiasz

  1. yosiasz

    how to add xml end tag

    Hi Appreciate your help. Here is what my xml looks like <?xml version="1.0" encoding="utf-8"?> <Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Associations> <Association> --- --- --- </Association> <Association> --- --- ---...
  2. yosiasz

    how to add xml end tag

    Greetings When using awk to split huge xml file, I am losing an end tag on which I am filtering on. How do I go about not losing that tag or tacking it on. Interestingly the root tag is intact Below is the awk script I am using. Total newbee, just started awk today Thanks #$ cat...

Part and Inventory Search

Back
Top