View Single Post
  #1 (permalink)  
Old 07-13-2007, 04:36 PM
simon simon is offline
Member
 
Join Date: Jul 2007
Posts: 44
simon is on a distinguished road
Searching XML file using DOM
I have an XML file that I read using DOM. The file is that:
Code:
<database> <object id="0001"> more elements here </object> <object id="0002"> more elements here </object> and so on.... </database>
I want to be able to retrieve the element where id=xxxx. And I should also be able to access the elements that are in the object element I found.
can I do that?


thank you
Reply With Quote
Sponsored Links