[Mono-devel-list] Dataset.ReadXml

Christian Mol mono at helixnebula.net
Sun Jun 6 16:01:23 EDT 2004


Hi all,

I'm having some trouble with the ReadXml method of the DataSet component. I
first read in the schema of the dataset using

ConfigurationData.ReadXmlSchema
(HttpContext.Current.Server.MapPath('PortalConfig.xsd'));

(I'm using Delphi by the way) and then I want to load the data with

ConfigurationData.ReadXml
(HttpContext.Current.Server.MapPath('PortalConfig.xml'));

However my dataset is empty after that. The tables are there, only empty.
Using IIS I do have a filled dataset.

Is there some error in my xml or xsd file or is this something in the Mono
XML code?

Anybody any ideas?

Regards,
Christian Mol
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PortalConfig.xsd
Type: application/octet-stream
Size: 4313 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040606/8e7908c8/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PortalConfig.xml
Type: text/xml
Size: 1603 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040606/8e7908c8/attachment.xml 


More information about the Mono-devel-list mailing list