Transforming xml string within xml
Hi All,
I have encoded xml as a node value within my xml.
Is there a way that I can decode this string and transform it as well?
Do I need to use node-set()?
Can someone please point me in the right direction?
Thanks!
HTML Code:
<data>
<item>
<ListId>52089F3E-C1C6-4308-BAE3-16D095F53E6A</ListId>
<WebId>C6D7D2F3-F4C6-43F0-8972-147BE09B249E</WebId>
<ID>9</ID>
<Title>Next Steps</Title>
<CDDescription>
<?xml version="1.0" encoding="utf-8"?>
<nextsteps>
<site url="/projection-solutions">
<step>
<text>Request a Sales Contact</text>
<alt>Request a Sales Contact</alt>
<href>/en-ca/about-christie/contact-us/sales-inquiry-contact/</href>
</step>
<step>
<text>Learn What's New</text>
<alt>Learn What's New</alt>
<href>/en-ca/visual-solutions/new-projectors/pages/default.aspx</href>
</step>
<step>
<text>Download a Whitepaper</text>
<alt>Download a Whitepaper</alt>
<href>/en-ca/display-technology/projection-technology-whitepapers/Pages/default.aspx</href>
</step>
<step>
<text>Download a Case Study</text>
<alt>Download a Case Study</alt>
<href>/en-ca/visual-solutions-case-studies/projector-installations/pages/default.aspx</href>
</step>
</site>
<site url="/visual-solutions">
<step>
<text>Request a Sales Contact</text>
<alt>Request a Sales Contact</alt>
<href>/en-ca/about-christie/contact-us/sales-inquiry-contact/</href>
</step>
<step>
<text>Learn What's New</text>
<alt>Learn What's New</alt>
<href>/en-ca/visual-solutions/new-projectors/pages/default.aspx</href>
</step>
<step>
<text>Download a Whitepaper</text>
<alt>Download a Whitepaper</alt>
<href>/en-ca/display-technology/projection-technology-whitepapers/Pages/default.aspx</href>
</step>
<step>
<text>Download a Case Study</text>
<alt>Download a Case Study</alt>
<href>/en-ca/visual-solutions-case-studies/projector-installations/pages/default.aspx</href>
</step>
</site>
</CDDescription>
</item>
</data>