Answers
 
                
Dec 15, 2006 - 11:03 AM
Follow this tutorial http://xmlsoft.org/tutorial/index.html
        
    
 
                
Dec 16, 2006 - 01:34 AM
If you are interested in deeper structured XML I'd recommend you to learn XPath for content retrieving.
In your case, the absolute XPath to your "type" contents would be "/schema/type" . Xpath queries always retrieve a node set. In your case you should peek the first element.
XPath tutorial: http://w3schools.com/xpath/default.asp
        
    
In your case, the absolute XPath to your "type" contents would be "/schema/type" . Xpath queries always retrieve a node set. In your case you should peek the first element.
XPath tutorial: http://w3schools.com/xpath/default.asp


 
                             
                            

 
        
Add New Comment