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 strongm 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. Jayasan2511

    XML XSLT Unordered List issue

    I have following type of xml data: <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Edited by XMLSpy® --> <catalog> <Employee> <Name> <ul> <li>John</li> <li>Miller</li> </ul> </Name> </Employee> <Employee> <Name> <ul> <li>Mike</li> <li>Powell</li> </ul> </Name> </Employee> </catalog> Also...

Part and Inventory Search

Back
Top