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 Wanet Telecoms Ltd 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. ahfook

    select DISTINCT items from XML using ASP

    Hai mgriffith, thanks for replying, here is my ASP code: <% set xmlcountry = server.createobject(&quot;microsoft.xmldom&quot;) xmlcountry.async = false xmlcountry.load(&quot;hotel.xml&quot;) strpath = &quot;/hotels/hotel[preceding-sibling::country != country]/country&quot; Set clist =...
  2. ahfook

    select DISTINCT items from XML using ASP

    hello, May I know how to select distinct items from a XML file? For example, I have a XML file contains the list of hotels in different countries, how do I select the distinct country from XML just like 'select distinct country from tblhotel' in SQL using ASP? I've found the code select the...

Part and Inventory Search

Back
Top