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. Qualified XML Root, InvalidOperationException while deserializing

Qualified XML Root, InvalidOperationException while deserializing

Scheduled Pinned Locked Moved XML / XSL
xmlcsharpdatabasecomhelp
1 Posts 1 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.
  • A Offline
    A Offline
    abcxyz82
    wrote on last edited by
    #1

    Class declaration:

    [XmlRoot(Namespace="http://www.example.com/Person")]
    class Person
    {
    [XmlElement(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
    Public string Name;
    }

    Serialized XML using XMLSerializer and XMLSerializerNamespace

    <ns0:person xmlns:ns0="http://www.example.com/Person">
    <name>Bill</name>
    </ns0:person>
    </pre>

    I am having trouble deserializing above XML and create an instance of Person class with Name property. Also I did not find a way to pass "ns0" namespace prefix to deserialization. Any help or direction will greatly be appreciated in any .NET compliant language.

    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