Hi just started with xml, i create a file params.xml but when read no get values on node
ReadXMLFile(Doc, 'Params.xml');
RootNode := Doc.GetElementsByTagName('parameters');
StockNode:= Doc.DocumentElement.FindNode('stockceros');
stocknode dont show me any value is possible to get value directly like that i follow wiki tutorial.
any help is great thanks
Enrique