XML
2 posts in this category
- Linq to Xml: Generate Google Sitemap with sitemap-protocolIn this example I will generate a XML site map that complies with the sitemap protocol XML schema. This example will give the following output: To keep the…Jul 8, 20091 min read
- Convert XmlElement to XElement (Extension Method)I was using some web services that returned there values in an XmlElement. I needed to convert this XmlElement to something that I can use with LINQ. I…Dec 8, 20081 min read