Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. Parsing CDATA to bject [modified]

Parsing CDATA to bject [modified]

Scheduled Pinned Locked Moved XML / XSL
questioncsharpxmljson
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    udikantz
    wrote on last edited by
    #1

    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

    J 1 Reply Last reply
    0
    • U udikantz

      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

      J Offline
      J Offline
      jegastar
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups