B
Berni
Hello
i have a well formed xml file which works perfectly with .net framework 1.1.
Unfortunatly i got an exception with .net framework 2.0 beta 2.
XmlDocument doc=new XmlDocument();
doc.Load(filename);
System.Xml.XmlException: The 'FS32Texttyp' start tag on line 277 does not
match the end tag of 'FS32p'. Line 277, position 24./ at
System.Xml.XmlTextReaderImpl.Throw(Exception e)/ at
System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)/ at
System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)/ at
System.Xml.XmlTextReaderImpl.ParseEndElement()/ at
System.Xml.XmlTextReaderImpl.ParseElementContent()/ at
System.Xml.XmlTextReaderImpl.Read()/ at
System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)/ at
System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)/ at
System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean
preserveWhitespace)/ at System.Xml.XmlDocument.Load(XmlReader reader)/
at System.Xml.XmlDocument.Load(Stream inStream)/ at
Funworld.Data.Text.Load(String language, String configName, String path)/
The Xml File looks like this:
<Text>
...
<FS32Texttyp>font</FS32Texttyp>
...
</Text>
Does anyone know this problem?
Thanks,
Berni
i have a well formed xml file which works perfectly with .net framework 1.1.
Unfortunatly i got an exception with .net framework 2.0 beta 2.
XmlDocument doc=new XmlDocument();
doc.Load(filename);
System.Xml.XmlException: The 'FS32Texttyp' start tag on line 277 does not
match the end tag of 'FS32p'. Line 277, position 24./ at
System.Xml.XmlTextReaderImpl.Throw(Exception e)/ at
System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)/ at
System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)/ at
System.Xml.XmlTextReaderImpl.ParseEndElement()/ at
System.Xml.XmlTextReaderImpl.ParseElementContent()/ at
System.Xml.XmlTextReaderImpl.Read()/ at
System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)/ at
System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)/ at
System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean
preserveWhitespace)/ at System.Xml.XmlDocument.Load(XmlReader reader)/
at System.Xml.XmlDocument.Load(Stream inStream)/ at
Funworld.Data.Text.Load(String language, String configName, String path)/
The Xml File looks like this:
<Text>
...
<FS32Texttyp>font</FS32Texttyp>
...
</Text>
Does anyone know this problem?
Thanks,
Berni