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. Web Development
  3. ASP.NET
  4. loading native xml

loading native xml

Scheduled Pinned Locked Moved ASP.NET
c++xmlquestion
5 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.
  • S Offline
    S Offline
    snehasish
    wrote on last edited by
    #1

    hi all; Is it possible to load native xml which has a special character '&'.?

    C 1 Reply Last reply
    0
    • S snehasish

      hi all; Is it possible to load native xml which has a special character '&'.?

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      How do you mean ? Load it in the browser ? If it has a & and it means &, it's not XML, XML will be encoded properly.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      S 1 Reply Last reply
      0
      • C Christian Graus

        How do you mean ? Load it in the browser ? If it has a & and it means &, it's not XML, XML will be encoded properly.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        S Offline
        S Offline
        snehasish
        wrote on last edited by
        #3

        hi; I want to load it dataset or any otherway. Here is my remote xml for Ex. ... <property> <id>1</id> <country>USA</country> <Province>Ja&eacute</Province> </property> <property> ..... getting an error XML Parsing Error: undefined entity

        C 1 Reply Last reply
        0
        • S snehasish

          hi; I want to load it dataset or any otherway. Here is my remote xml for Ex. ... <property> <id>1</id> <country>USA</country> <Province>Ja&eacute</Province> </property> <property> ..... getting an error XML Parsing Error: undefined entity

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          You could try replacing & with & in your string before reading it.

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          S 1 Reply Last reply
          0
          • C Christian Graus

            You could try replacing & with & in your string before reading it.

            Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

            S Offline
            S Offline
            snehasish
            wrote on last edited by
            #5

            hi; it is a remote xml.Ho can i replace it with &

            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