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 MikeeOK 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: jba6511
  • Content: Threads
  • Order by date
  1. jba6511

    xpath with many parent/child nodes

    Thanks for helping me through all this xpath guys. I am slowly getting it. I now have a doc that is a little different from those that I have been working with. It looks like this: <?xml version="1.0" encoding="UTF-8"?> <xmp:document xmlns:xmp="http://www.example.org"...
  2. jba6511

    xpath help

    I am working on xpath and have some questions. I have the following document: <?xml version='1.0'?> <stores> <store name='Red'> <computers> <computer>Dell</computer> </cpmputers> </store> <store name='Green'> <computers> </computers> <features>...
  3. jba6511

    XSLT Output Question

    I have an xml document like the one below: <room name='Green'> <equipmentList> </equipmentList> </room> <room name='White'> <equipmentList> <equipment>Projector</equipment> <equipment>PC</equipment> <equipment>Mac</equipment> </equipmentList> </room> <room...
  4. jba6511

    Help with using XSLT to extract data

    Before anyone asks, this is not homework, I am trying to teach myself xml using SAMS textbook. I am working with an xml file that has several dates listed for each room. I am trying to list the room, followed by all of the dates that it has been booked for. I can sucessfully list each room...

Part and Inventory Search

Back
Top