Saturday

Select the Element value from XML by LINQ to XMl

I am developing a customization tool for an application.The presentation information, such as text, color code are stored in XML files.

The customization tool, is a tool that it provides friendly user-interface for user to change the value(i.e. text, color) in XML files. XPath was one of my option, however i stumbled upon LINQ to XML! To query multiple value or even a single value with LINQ to XML is really simple, and it is way simple!

For more information, please log on to MSDN, and search for "LINQ to XML", you will find lots of info there!

Have a nice day.

No comments: