I am trying to deserialize the following sample XML file.I have created the schema for this XML file.With the help of schema i am able to deserialize the XML into object.
It does not say which programming language you are using, but based on this example, which is the exact opposite of what you are trying to do,
could you not insert an XmlReader like how an XmlWriter was inserted as accepted answer to that question?