Can i do xml dom parsing in pocket pc and .NET CF?

G

Guest

Hi there

I just wonder, can pocket pc 2003 emulator supports xml dom parsing? I am planning to do something with .net compact framework

Is there any cool articles on that? Any help, please

Thanks.
 
A

Alex Yakhnin [MVP]

I just wonder, can pocket pc 2003 emulator supports xml
dom parsing? I am planning to do something with .net
compact framework.

Yes, CF supports XML DOM parsing by using XMLDocument
class.
Is there any cool articles on that? Any help, please?

Any doc that describes using XMLDocument in .NET would do
the job.

--
Alex Yakhnin, .NET CF MVP

-----Original Message-----
Hi there,

I just wonder, can pocket pc 2003 emulator supports xml
dom parsing? I am planning to do something with .net
compact framework.
 
G

Guest

Hi Alex. Thanks for the reply

I am planning to write my own xml markup language. I am just impress with what xaml does for longhorn. That is why i am asking about XML DOM parsing

But i am doing a fun factor markup language for pocket pc 2003

can you tell me how should i get started

I had no idea what keywords to use to search in google

Most important is that markup language works well with c# and .net Compact framework

But i heard to do processing in markup and in pocket pc, will be slow. Example Scalable Vector Graphics on pocket pc is slow

If i wanna do markup, i need to write something so that the pocket internet explorer understands my own set of xml format

Any tips, please

Thanks.
 
A

Alex Yakhnin [MVP]

You have a few options for XML parsing XMLDocument should
and XmlTextReader in .NET CF whereas XMLDocument is a much
slower option. Take a look at the online (MSDN) docs that
show you how to use both. Here one of the many I found:

http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/cpguide/html/cpconreadingxmldatawithxmltextreader.asp?
frame=true

HTH... Alex
--
Alex Yakhnin, .NET CF MVP
http://www.intelliprog.com
http://www.opennetcf.org

-----Original Message-----
Hi Alex. Thanks for the reply.

I am planning to write my own xml markup language. I am
just impress with what xaml does for longhorn. That is why
i am asking about XML DOM parsing.
But i am doing a fun factor markup language for pocket pc 2003.

can you tell me how should i get started?

I had no idea what keywords to use to search in google?

Most important is that markup language works well with c# and .net Compact framework.

But i heard to do processing in markup and in pocket pc,
will be slow. Example Scalable Vector Graphics on pocket
pc is slow.
If i wanna do markup, i need to write something so that
the pocket internet explorer understands my own set of xml
format.
 

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