XML navigation
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
which method is more appropriate for use with XML? -> xmlDocument -> xPathDocumrnt -> Datatset
-
which method is more appropriate for use with XML? -> xmlDocument -> xPathDocumrnt -> Datatset
Depends on what you want to achieve. For navigation within an XML the best choice will be xpath I think. XmlDocument could be also nice but you only have this navigation like direct child/parents etc. DataSet is better when trying to use XML like a database. By the way, this is not your homework, is it? Regards Sebastian P.S.: Heard that XPath will is slow... maybe this will affect your choice.
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.