G
Georg Kreyerhoff
Hi all,
I'd like to parse an XML-file in a C#-application for a handheld
running Windows CE. I tried the
XMLDocument and XMLTextReader-classes from the System.XML-namespace,
but receive
a "NotSupportedException" when calling XMLDocument.LoadXml() or
XMLTextReader.Read().
Are these functions not available in the dotnet-compactframework or
what is going wrong?
Is there any other way to read XML-files?
Regards,
Georg
I'd like to parse an XML-file in a C#-application for a handheld
running Windows CE. I tried the
XMLDocument and XMLTextReader-classes from the System.XML-namespace,
but receive
a "NotSupportedException" when calling XMLDocument.LoadXml() or
XMLTextReader.Read().
Are these functions not available in the dotnet-compactframework or
what is going wrong?
Is there any other way to read XML-files?
Regards,
Georg