I have this XML after parsing through it successfully, I'm trying to XMLObject and it's printing me the following:
<xml-fragment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Yes</xml-fragment>
However, I'm expecting the value only to be displayed as
Yes
How do I get rid of this?