NativeXml Help
TXmlNode.NodeByAttributeValue
function NodeByAttributeValue(const NodeName: Utf8String; const AttribName: Utf8String; const AttribValue: Utf8String; ShouldRecurse: boolean): TXmlNode; overload;
Description
This function returns a pointer to the first subnode that has an attribute with name AttribName and value AttribValue. If ShouldRecurse = True (default), the function works recursively, using the depthfirst method.