XML on Windows CE

  • Thread starter Thread starter =?iso-8859-1?Q?A._N=F6hre?=
  • Start date Start date
?

=?iso-8859-1?Q?A._N=F6hre?=

Hi!

I am developing on c# for an "Windows CE 4.2 .NET" decive.
For commnunication with other devices and server I want to
use XML.
Unfortunately System.Xml.XmlTextReader and -writer are nor
supported on CE. Any suggestions? I don´t want to build
the XML Streams manually.

THX, Arne
 
I used a DataSet. Not exactly what I wanted but it worked just fine.

The XML was generated on the PC, in a .NET app. This side created a
DataSet, and called WriteXml().

On the PocketPC side, create a DataSet and ReadXml().


Hi!

I am developing on c# for an "Windows CE 4.2 .NET" decive.
For commnunication with other devices and server I want to
use XML.
Unfortunately System.Xml.XmlTextReader and -writer are nor
supported on CE. Any suggestions? I don´t want to build
the XML Streams manually.

THX, Arne
 
Back
Top