Re: XML/XSD to DataSet
- From: "Gultekin Komanli" <gkomanli@xxxxxxxxx>
- Date: Tue, 12 Sep 2006 05:26:22 -0700
I was thinking of how could this be done.
Thank you !
Gultekin.
Urs wrote:
Figured it out myself. DataSet.ReadXml() does not consider any xsd
references, they must be pre-loadedt wit DataSet.ReadXmlSchema().
Thanks anyway.
"Urs" <uvogel@xxxxxxx> schrieb im Newsbeitrag
news:OBxgA%23Z1GHA.1256@xxxxxxxxxxxxxxxxxxxxxxx
Hi
I'm trying to load an XML document with a local XSD reference into
a DataSet. The DataSet is popuplated, but the types are all
strings, rather than the spefiified types in ths XSD. (I checked
validation with XmlReaderSettings and XmlReader, and also with
XmlDocument, and it appears to be ok.)
What could cause DataSet.ReadXml() to not correctly interpret the
XSD file when creating the DataSet?
Thanks for any hints. Urs
--
.
- References:
- XML/XSD to DataSet
- From: Urs
- Re: XML/XSD to DataSet
- From: Urs
- XML/XSD to DataSet
- Prev by Date: Re: Web login problem
- Next by Date: Re: Analyzing Images?
- Previous by thread: Re: XML/XSD to DataSet
- Next by thread: Inherited Forms in VB.NET class code does not show 'inherits from...'
- Index(es):
Relevant Pages
|