Data/XML Problem

From: kejeiri (kejeiri_at_yahoo.fr)
Date: 11/24/04


Date: 24 Nov 2004 07:10:21 -0800

Hello,
I would like to load the contents of a XML file in DataSet...
Unfortunately the Xml schema (toto.xsd) isn't respecting the
relational model. My question is : if once creates a dataset starting
from a partial schema respecting the relational model
(for example titi.xsd) resulting from the first schema "toto.xsd" by
removing for example the
redundant elements and the cycles, can we then work with a "toto.xsd"
instance?

Note : I want just to read some information of the "toto.xsd" instance
and not to read the instance as a whole!

Many Thanks.



Relevant Pages

  • Data/XML Problem
    ... I would like to load the contents of a XML file in DataSet... ... Unfortunately the Xml schema isn't respecting the ... from a partial schema respecting the relational model ...
    (microsoft.public.data.ado)
  • Re: Decimal Type in a XSD Schema and problems with DataAdapter
    ... for the element in the schema) if you want the empty elements to valdiate ... against the schema. ... the type of guarantyPercent is decimal. ... > In the XML file the guarantyPercent can be empty: ...
    (microsoft.public.dotnet.xml)
  • Re: InvalidOperationException: ReadElementContentAsString method is not supported on node type None
    ... I want to import a user uploaded XML file into a database. ... XmlReaderSettings readerSettings = new XmlReaderSettings; ... now I have an XmlReader object with a schema so I check for validation. ...
    (microsoft.public.dotnet.xml)
  • Re: How to cast in an xml based dataset SELECT method?
    ... How do I force the strong-typed dataset using an existing schema? ... here is the top portion of the XML file I am bringing into the ... When you read an XML file in this manner, how do you cast the columns ... to another type for a SELECT filter expression? ...
    (microsoft.public.dotnet.general)
  • Re: Converting a Schema message to a string message and vice-versa
    ... it will create a schema for you. ... Now, to put a string in to the tag, use an expression shape with code like ... > In Biztalk 2004 I simply want to have a receive location folder to ... > drop an xml file into, and Biztalk pass this xml to the web method ...
    (microsoft.public.biztalk.general)