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.
>
>Any tips, please?
>
>Thanks.
>.
>