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: *

  • Users: johnstm
  • Content: Threads
  • Order by date
  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

    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