NativeXml Help
TXmlNode.NodesByName
procedure NodesByName(const AName: Utf8String; const AList: TList);
Description
Use this procedure to retrieve all nodes that have name AName. Pointers to these nodes are added to the list in AList. AList must be initialized before calling this procedure. If you use a TsdNodeList you don't need to cast the list items to TXmlNode.