Read and Write data to XML - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Read and Write data to XML (/Thread-Read-and-Write-data-to-XML) |
Read and Write data to XML - kamalteja - 04-10-2008 Hi, I want to know how to read and write data to XML, if possible create additional tags in XML. Code: <?xml version="1.0" encoding="UTF-8"?> Above is the my XML file, where i want to retrieve the content in <externalString keyref="key.1">Questionnaire Name</externalString> i.e., the text "Questionnaire Name" I want to know how to write data and to create additional XML tags if possible RE: Read and Write data to XML - mag - 04-17-2008 Probably you can do this with CreateObject("Microsoft.XmlDom"). |