İbrahim ULUTEPE
Results
1
issues of
İbrahim ULUTEPE
fix with this ``` function TXmlNodeList.FindNodes(const Name: String; NodeTypes: TXmlNodeTypes = [ntElement]): TXmlNodeList; var Node: TXmlNode; begin Result := TXmlNodeList.Create(False); Result.Document := Document; try for Node in Self do if...