X 
		
								
				
				
			
		Xarky
Hi,
I'm newbie to XML parsing. I have the following XML document and
would like to extract the age for a specific person.
Can you please give me some specific links, of how I can achieve this.
<tags>
<tag>
<person>
name1
<\person>
<age>
34
<\age>
<\tag>
<tag>
<person>
name2
<\person>
<age>
43
<\age>
<\tag>
<\tags>
Thanks in Advance
				
			I'm newbie to XML parsing. I have the following XML document and
would like to extract the age for a specific person.
Can you please give me some specific links, of how I can achieve this.
<tags>
<tag>
<person>
name1
<\person>
<age>
34
<\age>
<\tag>
<tag>
<person>
name2
<\person>
<age>
43
<\age>
<\tag>
<\tags>
Thanks in Advance
	
erson='{0}' or