<books>    
      <book>
          <title>XML application</title>
          <quantity>23</quantity>
          <isbn>1-sdf-sd</isbn>
      </book>
      
      <book>
          <title>java server pages</title>
          <quantity>53</quantity>
          <isbn>1-s44df-sd</isbn>
      </book>
  
      <book>
          <title>web design</title>
          <quantity>556</quantity>
          <isbn>4-sdf-45</isbn>
      </book>
  </books>
  
  this is my booklist.xml file
  
  and my asp script is
  <%
   Set objXML = Server.CreateObject("Microsoft.XMLDOM")
   objXML.async = False
   objXML.Load ("booklist.xml")
    Set objLst = objXML.getElementsByTagName("title")
      for i = 0 to (objLst.length)
            response.write objList.item(i).text&"<br>"
      next
  %>
  
  what is wrong in this asp code.  it does not enters the loop.  pls help
  

                
---------------------------------
 Enjoy this Diwali with Y! India Click here

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to