Parsing CDATA to bject [modified]
-
i got an XmlDocument which contains the following nodes:
<msg t='xt'><body action='xtRes' r='-1'><![CDATA[<dataObj><var n='email' t='s'>9292</var><var n='name' t='s'>uds kan</var><var n='usersOnline' t='n'>1761</var><var n='bonus' t='s'>0</var><var n='points' t='n'>37</var><var n='_cmd' t='s'>logOK</var></dataObj>]]></body></msg>
my question is how do i Parse the CDATA section in the xml to a data object? ( i am using c sharp )modified on Friday, December 07, 2007 9:16:34 AM
-
i got an XmlDocument which contains the following nodes:
<msg t='xt'><body action='xtRes' r='-1'><![CDATA[<dataObj><var n='email' t='s'>9292</var><var n='name' t='s'>uds kan</var><var n='usersOnline' t='n'>1761</var><var n='bonus' t='s'>0</var><var n='points' t='n'>37</var><var n='_cmd' t='s'>logOK</var></dataObj>]]></body></msg>
my question is how do i Parse the CDATA section in the xml to a data object? ( i am using c sharp )modified on Friday, December 07, 2007 9:16:34 AM
In www.eurostall.com I have created RSS feed like this only. Just you go to the file www.eurostall.com/sitemap.xml and analyse. It may help.