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 IamaSherpa 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...
  2. FrozenGrapes

    How to get access to the first preceding comment?

    When you use preceding-sibling it parses in opposite order as following sibling. Ex. last(),[2],[1],current(),[1],[2],last() by default preceding sibling take the first preceding node so take away the [1] and it should work. I just had problems with this, hope it helps.

Part and Inventory Search

Back
Top