Micro Focus QTP (UFT) Forums
XML FILE COULD NOT BE PARSED - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: XML FILE COULD NOT BE PARSED (/Thread-XML-FILE-COULD-NOT-BE-PARSED)



XML FILE COULD NOT BE PARSED - tripathy.pilu23 - 04-17-2014

Hi,
when i uploading environment xml file to Load variables that showing xml file could not be parsed. evrythng is alright but only that thg i cant do correct. i need answer asap plz help me out.
thanx


Code:
<Environment>
<Variable>
    <Name>Age</Name>
    <Value>25</Value>
</Variable>
<Variable>
      <Name>Location</Name>
      <Value>India</Value>
</Variable>
</Environment>
Sad

Thanx & regards,
Debasmita Tripathy


RE: XML FILE COULD NOT BE PARSED - kgovadav - 04-18-2014

I just copied below xml into a notepad and successfully loaded into QTP environment variables. Can you please try by copying it into a new xml file?

Code:
<Environment>
<Variable>
    <Name>Age</Name>
    <Value>25</Value>
</Variable>
<Variable>
      <Name>Location</Name>
      <Value>India</Value>
</Variable>
</Environment>