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

    XSLT: switch parent/child elements and sort

    jaybytez, That may have done the trick! I will need to modify and test it against my more complicated source file, but the concept seems sound. Thank you very much for the fast and very helpful reply. I'm still struggling with XSLT syntax, even after buying 4 books! By the way, do...
  2. yoeman

    XSLT: switch parent/child elements and sort

    Sure. Basically, what I want to do is transform from a structure that has one or more <town> elements contained within a <company> element to a structure that has one or more <company> elements contained within a <town> element. My example isn't the greatest, or truly indicative of my somewhat...
  3. yoeman

    XSLT: switch parent/child elements and sort

    Newbie struggling with XSLT.... Given the below xml file, I want to create a new xml file that transposes the <town> and <company> elements in the result tree, then sorts by ascending town and company/name (alternately, I'd like to sort by ascending town and company/name/@id). The result of...

Part and Inventory Search

Back
Top