<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/xml</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 07:33:02 GMT</pubDate>
<item>
<title>(C#) XMLNodeList to HTML Table based on Ektron Smartform data - dego89</title>
<link>http://snipplr.com/view/70320/xmlnodelist-to-html-table-based-on-ektron-smartform-data/</link>
<description><![CDATA[ <p>Ektron smartform data contains a xml nodelist which I put in a data table and parse out into an html table</p> ]]></description>
<pubDate>Fri, 08 Mar 2013 02:33:03 GMT</pubDate>
<guid>http://snipplr.com/view/70320/xmlnodelist-to-html-table-based-on-ektron-smartform-data/</guid>
</item>
<item>
<title>(C#) create XElement from string - samilce</title>
<link>http://snipplr.com/view/70272/create-xelement-from-string/</link>
<description><![CDATA[ <p>Reading xml from file and create XElement from string</p> ]]></description>
<pubDate>Wed, 06 Mar 2013 00:11:51 GMT</pubDate>
<guid>http://snipplr.com/view/70272/create-xelement-from-string/</guid>
</item>
<item>
<title>(C#) Minimalist WCF Client-side Config File - rengber</title>
<link>http://snipplr.com/view/62966/minimalist-wcf-clientside-config-file/</link>
<description><![CDATA[ <p>Again, A-B-C.   All the Behaviour garbage that "Add Service Reference" inserts for the TCP binding is unnecessary, especially if the Operation Contract is only for simple value types.</p> ]]></description>
<pubDate>Wed, 01 Feb 2012 09:17:14 GMT</pubDate>
<guid>http://snipplr.com/view/62966/minimalist-wcf-clientside-config-file/</guid>
</item>
<item>
<title>(C#) Minimalist WCF Server-side Config File - rengber</title>
<link>http://snipplr.com/view/62963/minimalist-wcf-serverside-config-file/</link>
<description><![CDATA[ <p>ABC - Address Binding Contract
Note that the Service Name and Contract must match a real live type (case Sensitive)
Binding name is also case sensitive.</p> ]]></description>
<pubDate>Wed, 01 Feb 2012 07:45:34 GMT</pubDate>
<guid>http://snipplr.com/view/62963/minimalist-wcf-serverside-config-file/</guid>
</item>
<item>
<title>(C#) LINQ to XML - Query multiple elements and attributes - danfsmith</title>
<link>http://snipplr.com/view/56872/linq-to-xml--query-multiple-elements-and-attributes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Jul 2011 22:23:02 GMT</pubDate>
<guid>http://snipplr.com/view/56872/linq-to-xml--query-multiple-elements-and-attributes/</guid>
</item>
<item>
<title>(C#) XML Serializable Collection - aelesbao</title>
<link>http://snipplr.com/view/54477/xml-serializable-collection/</link>
<description><![CDATA[ <p>[Serializable]
[XmlRoot("items")]
public class ItemCollection : XmlSerializableCollection
{
}</p> ]]></description>
<pubDate>Fri, 27 May 2011 12:13:13 GMT</pubDate>
<guid>http://snipplr.com/view/54477/xml-serializable-collection/</guid>
</item>
<item>
<title>(C#) linq xml - darkbaron1912</title>
<link>http://snipplr.com/view/49767/linq-xml/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Feb 2011 19:35:03 GMT</pubDate>
<guid>http://snipplr.com/view/49767/linq-xml/</guid>
</item>
<item>
<title>(C#) CanXmlDeserialize - jalalx</title>
<link>http://snipplr.com/view/47319/canxmldeserialize/</link>
<description><![CDATA[ <p>Checks for can XML Deserialize file.</p> ]]></description>
<pubDate>Tue, 18 Jan 2011 00:42:12 GMT</pubDate>
<guid>http://snipplr.com/view/47319/canxmldeserialize/</guid>
</item>
<item>
<title>(C#) Xml Deserializer - jalalx</title>
<link>http://snipplr.com/view/47316/xml-deserializer/</link>
<description><![CDATA[ <p>Deserialize an XML object to an T type.</p> ]]></description>
<pubDate>Tue, 18 Jan 2011 00:36:19 GMT</pubDate>
<guid>http://snipplr.com/view/47316/xml-deserializer/</guid>
</item>
<item>
<title>(C#) XML Serializer - jalalx</title>
<link>http://snipplr.com/view/47315/xml-serializer/</link>
<description><![CDATA[ <p>XML Serialize an object of type T.</p> ]]></description>
<pubDate>Tue, 18 Jan 2011 00:34:03 GMT</pubDate>
<guid>http://snipplr.com/view/47315/xml-serializer/</guid>
</item>
<item>
<title>(C#) Execute XML-RPC call and return XML response as string - dzr_gregory</title>
<link>http://snipplr.com/view/42046/execute-xmlrpc-call-and-return-xml-response-as-string/</link>
<description><![CDATA[ <p>This method can execute XML-RPC call and return response. Can be useful for working with XML-RPC API's like Snipplr.com XML-RPC API and other</p> ]]></description>
<pubDate>Mon, 11 Oct 2010 20:28:39 GMT</pubDate>
<guid>http://snipplr.com/view/42046/execute-xmlrpc-call-and-return-xml-response-as-string/</guid>
</item>
<item>
<title>(C#) XML Node InnerText Wrapper Method - Anthony</title>
<link>http://snipplr.com/view/26027/xml-node-innertext-wrapper-method/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Jan 2010 16:07:09 GMT</pubDate>
<guid>http://snipplr.com/view/26027/xml-node-innertext-wrapper-method/</guid>
</item>
<item>
<title>(C#) Simple XML parsing using LINQ (create an anonymous or real object from XML data) - pckujawa</title>
<link>http://snipplr.com/view/24923/simple-xml-parsing-using-linq-create-an-anonymous-or-real-object-from-xml-data/</link>
<description><![CDATA[ <p>See the URL.</p> ]]></description>
<pubDate>Wed, 16 Dec 2009 18:57:43 GMT</pubDate>
<guid>http://snipplr.com/view/24923/simple-xml-parsing-using-linq-create-an-anonymous-or-real-object-from-xml-data/</guid>
</item>
<item>
<title>(C#) Parsing information from an XML source (elements, nodes, attributes) using XPath - pckujawa</title>
<link>http://snipplr.com/view/24528/parsing-information-from-an-xml-source-elements-nodes-attributes-using-xpath/</link>
<description><![CDATA[ <p>The code is run in [LINQPad](http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CAsQFjAA&amp;url=http%3A%2F%2Fwww.linqpad.net%2F&amp;ei=exUgS-a-KZOotgOs39T9CQ&amp;usg=AFQjCNFw-ZpPkP4je7u9udiur5Wg5us7tQ&amp;sig2=gA-_2y2xnTKzK2A9CVxXfg), which is where the Dump extension method comes from. You can pretend that it just outputs ToString. The input file for this snippet looks like so:

	
	  
	    
	      
	        testfpga
	      
	      
	        test
	      
	    
	  
	

The output of the snippet is 

    FpgaFilePath => testfpga
    FirmwareFilePath => test

So the snippet pulls out an attribute from the 'setting' element and the content (text between tags) of the 'value' sub-element.</p> ]]></description>
<pubDate>Wed, 09 Dec 2009 16:23:52 GMT</pubDate>
<guid>http://snipplr.com/view/24528/parsing-information-from-an-xml-source-elements-nodes-attributes-using-xpath/</guid>
</item>
<item>
<title>(C#) How to use XSLT and C# to transform XML - victorboba</title>
<link>http://snipplr.com/view/24270/how-to-use-xslt-and-c-to-transform-xml/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Dec 2009 10:22:47 GMT</pubDate>
<guid>http://snipplr.com/view/24270/how-to-use-xslt-and-c-to-transform-xml/</guid>
</item>
<item>
<title>(C#) C# Strip XML/HTML from string - jasonseney</title>
<link>http://snipplr.com/view/20590/c-strip-xmlhtml-from-string/</link>
<description><![CDATA[ <p>[Credit - Sam Allen, Dot Net Perls](http://dotnetperls.com/remove-html-tags)</p> ]]></description>
<pubDate>Fri, 02 Oct 2009 12:31:52 GMT</pubDate>
<guid>http://snipplr.com/view/20590/c-strip-xmlhtml-from-string/</guid>
</item>
<item>
<title>(C#) Dump an Arbitrary Object to XML (Bypassing Default Serialization) - rengber</title>
<link>http://snipplr.com/view/18836/dump-an-arbitrary-object-to-xml-bypassing-default-serialization/</link>
<description><![CDATA[ <p>Useful in cases where the object author has specified their own serialization that doesn't work for you.</p> ]]></description>
<pubDate>Tue, 25 Aug 2009 17:52:51 GMT</pubDate>
<guid>http://snipplr.com/view/18836/dump-an-arbitrary-object-to-xml-bypassing-default-serialization/</guid>
</item>
<item>
<title>(C#) DataBinding an Arbitrary XML String to an ASP.Net GridViev - rengber</title>
<link>http://snipplr.com/view/18374/databinding-an-arbitrary-xml-string-to-an-aspnet-gridviev/</link>
<description><![CDATA[ <p>Definitely falls into the category of "simple thing I shoulda memorized years ago", but whatever:</p> ]]></description>
<pubDate>Sun, 16 Aug 2009 18:45:04 GMT</pubDate>
<guid>http://snipplr.com/view/18374/databinding-an-arbitrary-xml-string-to-an-aspnet-gridviev/</guid>
</item>
<item>
<title>(C#) Using XSLT to Transform XML Using C# ASP.NET - Meander365</title>
<link>http://snipplr.com/view/18204/using-xslt-to-transform-xml-using-c-aspnet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 12 Aug 2009 05:54:58 GMT</pubDate>
<guid>http://snipplr.com/view/18204/using-xslt-to-transform-xml-using-c-aspnet/</guid>
</item>
<item>
<title>(C#) Minimalist XSLT Transform Using Two Strings - rengber</title>
<link>http://snipplr.com/view/17050/minimalist-xslt-transform-using-two-strings/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Jul 2009 21:24:03 GMT</pubDate>
<guid>http://snipplr.com/view/17050/minimalist-xslt-transform-using-two-strings/</guid>
</item>
</channel>
</rss>