Hello,
I would like to retrieve the string value of my autoposts within my plugin. The current format I got is the xml format as below:
<?xml version="1.0" encoding="utf-16"?> <pi id="Account.CaseClose.Post" icon="300"> <ps> <p type="1" otc="8" id="29ffe38d-bf58-4c5a-8aa5-6598e9f4bb5d">Administrator</p> <p type="0" otc="112" /> <p type="0" otc="1" /> <p type="1" otc="1" id="296db59f-bf51-e511-80eb-1er6tb353d98">Adventure Works (sample)</p> </ps> </pi>
How can I parse this xml into a readable string?
Thanks