I am loading an xml file where i want to search low level node name if exists.
For example:
<xml>
<A>
<B>
<c></c>
<d></d>
</B>
</A>
</xml>
so i have IXMLDOMDocument and IXMLDOMNode, i need to load an existing xml file and to search the node <d> where i want to add a new node after it and then save.
i know how search for 1st level node but the low level is not working.
Any idea?
2
Contributors
1
Reply
1 Day
Discussion Span
3 Months Ago
Last Updated
4
Views
Related Article:Delphi frontend and PHP backend
is a solved Pascal and Delphi discussion thread by KE50 that has 5 replies, was last updated 10 months ago and has been tagged with the keywords: delphi, php.