Browse by Tags

All Tags » InfoPath » LINQ to XML (RSS)
As I have mention in the past LINQ to XML is a great way to manipulate the XML data out of an InfoPath form .  I thought I would show how you can also use the same technique to work with the data of a form saved to a form library which launches a...
Today, I had the opportunity to give a short introduction on how to do some basic queries on XML documents with LINQ to XML. In the talk, I talked about how to create anonymous types from your XML document so that you can work with strong types. I also...
If you are using LINQ to XML, sooner or later, you will need to work with XML documents that don't use the namespace. For example, you might be working with the XML from an InfoPath form and you want to get the value of a particular element. InfoPath...
with no comments
Filed under: ,