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 Chriss Miller 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. FrozenGrapes

    Simplifying XML parents

    I have an XML file that looks like this: <A> <B.../> <C.../> <C.../> <C.../> <D.../> <D.../> </A> I am trying to come up with a way to format it like this using XSLT: <A> <B.../> <C.../> <D.../> </A> I have tried a number of things like using for-each loops that...

Part and Inventory Search

Back
Top