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 derfloh 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. johnstm

    Using XSLT on multiple XML Files

    Heres my basic problem i have an XSLT file which does some processing on an XML file and it works! Yay! However now i wan't to get a bit clever and i need some information out of two XML files at the same time does anybody know how to do this?? Thanks in advance!
  2. johnstm

    XSLT, select unique nodes from element list

    I have figured it out was some problem with the way i was trying to run your code! Thanks again guys
  3. johnstm

    XSLT, select unique nodes from element list

    I am running this from VB.nets XML Parser (XMLTransform Object) and i can't get the XSL script to load! Any ideas??
  4. johnstm

    XSLT, select unique nodes from element list

    Guys thats awesome thanks so much for your help!
  5. johnstm

    XSLT, select unique nodes from element list

    Hi All! I have XML the looks like this <Responsibility> <Collaborators> <Collaborator>car</Collaborator> <Collaborator>wheel</Collaborator> </Collaborators> </Responsibility> <Responsibility> <Collaborators> <Collaborator>car</Collaborator> </Collaborators> </Responsibility> Ok so what i need...

Part and Inventory Search

Back
Top