Date: Tue, 5 Jul 2005 04:50:27 -0400
Reply-To: ben.powell@CLA.CO.UK
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: ben.powell@CLA.CO.UK
Subject: Re: XML, XMLMap, and DTD
Interesting piece of software, Alan. If you pick this up I have got the
following error:
---------------------------
---------------------------
Error occurred during processing: System.Xml.Schema.XmlSchemaException: The
content model must be deterministic. Multiple definition of element 'hi'
causes the content model to become ambiguous. An error occurred at
file:///D:/ddc.dtd, (537, 1).
at System.Xml.Schema.DtdParser.InternalValidationCallback(Object sender,
ValidationEventArgs e)
at System.Xml.Schema.CompiledContentModel.CheckDeterministic(BitSet set,
Int32 t, ValidationEventHandler eventHandler)
at System.Xml.Schema.CompiledContentModel.Finish(ValidationEventHandler
eventHandler, Boolean compile)
at System.Xml.Schema.DtdParser.ParseElementContent()
at System.Xml.Schema.DtdParser.ParseElementDecl()
at System.Xml.Schema.DtdParser.ParseDtdContent()
at System.Xml.Schema.DtdParser.ParseDocTypeDecl()
at System.Xml.Schema.DtdParser.Parse()
at System.Xml.XmlTextReader.ParseDtd(XmlScanner scanner)
at System.Xml.XmlTextReader.ParseTag()
at System.Xml.XmlTextReader.ParseRoot()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving)
at System.Data.DataSet.ReadXml(String fileName)
at XMLToDelimited.Form1.btnConvert_Click(Object sender, EventArgs e)
---------------------------
OK
---------------------------