XML get certain node with specific attribute

nancybell

New Member
Hi Iam a beginner in XML and javascript.But I want to select a node that contains "insurance will". I want to do this because there are nodes with same node name that can contain different text. The XML file can look like this.\[code\]<Description>Hi hello</Description><Description>insurance will</Description><Description>come here</Description><Description>lalaland</Description>\[/code\]
 
Back
Top