XML on Windows CE

  • Thread starter =?iso-8859-1?Q?A._N=F6hre?=
  • 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
 
D

Dino Chiesa [Microsoft]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top