I am probably not doing this right, if so let me know.
Using JQuery and .Ajax I and returning some XML.
<Nodes>
<Node>
<Name>Title</Name>
<Value>Foo<Value>
<Name>Location</Name>
<Value>Bar</Value>
</Node>
Etc.
I am trying to retrieve all Value nodes for Titles. I have seen a bunch of examples for attribute selection but cannot get element selection and sibling relations.
Anyone?