Reading XML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • XML Beginner11
    New Member
    • Nov 2011
    • 1

    Reading XML

    I have the following XML:
    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
        <response>
            <status>200</status>
            <message>OK</message>
            <data>
                <count><![CDATA[841]]></count>
            </data>
    </response>
    I am trying to return the count - just the "841". Can anyone help?
    Last edited by gits; Jan 4 '12, 12:46 PM. Reason: added code tags
Working...