<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with XML</title>
    <description>the latest stories tagged with 'XML' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>SlashSot Blogger integration that actually works!</title>
      <description>You can add a badge or link to your Blogger to easily allow your readers to submit it to Slashdot for consideration; and once submitted, take them to the discussion. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpsimple.blogspot.com%2f2012%2f01%2fslashsot-blogger-integration-that.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpsimple.blogspot.com%2f2012%2f01%2fslashsot-blogger-integration-that.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/SlashSot_Blogger_integration_that_actually_works_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/SlashSot_Blogger_integration_that_actually_works_1</guid>
      <pubDate>Sat, 14 Jan 2012 11:07:22 GMT</pubDate>
    </item>
    <item>
      <title>Extract bindings from IIS 6 metabase (the easy way)</title>
      <description>Xslt can be very handy, specially when you have a bunch of data in xml format and you want to extract some.
To extract all the bindings froma running iis6 server the easiest way is to... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpsimple.blogspot.com%2f2012%2f01%2fextract-bindings-from-iis-6-metabase.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpsimple.blogspot.com%2f2012%2f01%2fextract-bindings-from-iis-6-metabase.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Extract_bindings_from_IIS_6_metabase_the_easy_way</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Extract_bindings_from_IIS_6_metabase_the_easy_way</guid>
      <pubDate>Sat, 14 Jan 2012 02:14:32 GMT</pubDate>
    </item>
    <item>
      <title>How to Insert Data into an XML file</title>
      <description>A simple code example. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2findepthdotnet.blogspot.com%2f2011%2f07%2fhow-to-insert-data-into-xml-file.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2findepthdotnet.blogspot.com%2f2011%2f07%2fhow-to-insert-data-into-xml-file.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/How_to_Insert_Data_into_an_XML_file</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/How_to_Insert_Data_into_an_XML_file</guid>
      <pubDate>Fri, 29 Jul 2011 20:12:55 GMT</pubDate>
    </item>
    <item>
      <title>XML Serialization of Arrays and Collections</title>
      <description>Arrays and collections can be serialized to XML. The standard action when using the default serializer is for the name of the collection property to be added to the XML, with a contained element for each item named according to the items' data types. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fXMLArrays.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fXMLArrays.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/XML_Serialization_of_Arrays_and_Collections</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/XML_Serialization_of_Arrays_and_Collections</guid>
      <pubDate>Sun, 10 Jul 2011 22:35:32 GMT</pubDate>
    </item>
    <item>
      <title>Streaming with LINQ to XML - Part 2 - Microsoft XML Team's WebLog - Si</title>
      <description>In today's world, developers have a somewhat unpleasant choice between doing this efficiently with fairly difficult APIs such as the XmlReader/XmlWriter or SAX, and doing this easily with DOM or XSLT and accepting a fairly steep performance penalty as documents get very large. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fxmlteam%2farchive%2f2007%2f03%2f24%2fstreaming-with-linq-to-xml-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fxmlteam%2farchive%2f2007%2f03%2f24%2fstreaming-with-linq-to-xml-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Streaming_with_LINQ_to_XML_Part_2_Microsoft_XML_Team_s_WebLog_Si</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Streaming_with_LINQ_to_XML_Part_2_Microsoft_XML_Team_s_WebLog_Si</guid>
      <pubDate>Thu, 16 Jun 2011 08:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Xml serialization using generics</title>
      <description>Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fruijarimba.wordpress.com%2f2011%2f05%2f01%2fxml-serialization-using-generics%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fruijarimba.wordpress.com%2f2011%2f05%2f01%2fxml-serialization-using-generics%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Xml_serialization_using_generics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Xml_serialization_using_generics</guid>
      <pubDate>Sun, 01 May 2011 22:13:21 GMT</pubDate>
    </item>
    <item>
      <title>Fluent XML Serialization-Part 3: How Serialization Is Performed</title>
      <description>Reflection is a powerful tool when used correctly.  In this penultimate chapter of Fluent XML Serialization, I will show you how Fluently-XML uses configuration data built up from a domain-specific language to perform serialization at runtime. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fFluent-XML-Serializatione28093Part-3-How-Serialization-Is-Performed.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fFluent-XML-Serializatione28093Part-3-How-Serialization-Is-Performed.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Fluent_XML_Serialization_Part_3_How_Serialization_Is_Performed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Fluent_XML_Serialization_Part_3_How_Serialization_Is_Performed</guid>
      <pubDate>Fri, 22 Apr 2011 13:58:04 GMT</pubDate>
    </item>
    <item>
      <title>SVG XmlSerializer Classes</title>
      <description>A set of XmlSerializer compatible classes for parsing the SVG file format (e.g. Inkscape). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffxcritic.blogspot.com%2f2011%2f03%2fsvg-xmlserializer-classes.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffxcritic.blogspot.com%2f2011%2f03%2fsvg-xmlserializer-classes.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/SVG_XmlSerializer_Classes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/SVG_XmlSerializer_Classes</guid>
      <pubDate>Fri, 01 Apr 2011 02:42:20 GMT</pubDate>
    </item>
    <item>
      <title>Fluent XML Serialization-Part 2: Compiling Serialization</title>
      <description>Fluently-XML is an extensible XML serialization library that sports a simple domain-specific language for specifying serialization behavior.  In this post, I will show you how the configuration data is &amp;quot;compiled&amp;quot; into classes that perform serialization at runtime. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fFluent-XML-Serializatione28093Part-2-Compiling-Serialization.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fFluent-XML-Serializatione28093Part-2-Compiling-Serialization.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Fluent_XML_Serialization_Part_2_Compiling_Serialization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Fluent_XML_Serialization_Part_2_Compiling_Serialization</guid>
      <pubDate>Mon, 21 Mar 2011 02:41:41 GMT</pubDate>
    </item>
    <item>
      <title>Reading an Excel spreadsheet into dynamic objects</title>
      <description>Excel represents documents using Office Open XML (OOXML), a zipped XML based format developed for spreadsheet and chart representation.  In this article I am going to demonstrate parsing an Excel spreadsheet and loading the data into a generic List. OOXML was incorporated into Office in 2007 therefore the following code will not work with older versions of Excel. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgalratner.com%2fblogs%2fnet%2farchive%2f2011%2f03%2f18%2freading-an-excel-spreadsheet-into-dynamic-objects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgalratner.com%2fblogs%2fnet%2farchive%2f2011%2f03%2f18%2freading-an-excel-spreadsheet-into-dynamic-objects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Reading_an_Excel_spreadsheet_into_dynamic_objects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Reading_an_Excel_spreadsheet_into_dynamic_objects</guid>
      <pubDate>Fri, 18 Mar 2011 02:44:09 GMT</pubDate>
    </item>
    <item>
      <title>Fluent XML Serialization-Introduction</title>
      <description>The System.Xml.XmlSerializer class enables .NET applications to serialize/deserialize most types to and from XML using only a few lines of code.  This is a great capability and provides an easy API for simple persistence and interoperability scenarios.  As a developer, you have some degree of control over the XML that's generated, but the process is mostly rigid and not easy to extend or customize.  I have created a new flexible XML serialization framework that overcomes the limitations of the XmlSerializer class.  Read on to find out more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fFluent-XML-Serializatione28093Introduction.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fFluent-XML-Serializatione28093Introduction.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Fluent_XML_Serialization_Introduction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Fluent_XML_Serialization_Introduction</guid>
      <pubDate>Tue, 08 Mar 2011 02:28:18 GMT</pubDate>
    </item>
    <item>
      <title>How to update an xml file with XmlDocument?</title>
      <description>Very simple code sample about updating an xml document. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsonukapoor%2fpages%2f133356.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsonukapoor%2fpages%2f133356.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/How_to_update_an_xml_file_with_XmlDocument</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/How_to_update_an_xml_file_with_XmlDocument</guid>
      <pubDate>Fri, 11 Feb 2011 14:04:47 GMT</pubDate>
    </item>
    <item>
      <title>Using Xml, Xsd and XSLT Identity Transform to template and generate (W</title>
      <description>Dives depper in identity transform and shows how to build a Word generating engine with xml xslt xpath and WordML. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.infosupport.com%2fblogs%2fchrisb%2farchive%2f2011%2f02%2f03%2fusing-xml-xsd-and-xslt-identity-transform-to-template-and-generate-word-documents-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.infosupport.com%2fblogs%2fchrisb%2farchive%2f2011%2f02%2f03%2fusing-xml-xsd-and-xslt-identity-transform-to-template-and-generate-word-documents-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Using_Xml_Xsd_and_XSLT_Identity_Transform_to_template_and_generate_W_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Using_Xml_Xsd_and_XSLT_Identity_Transform_to_template_and_generate_W_1</guid>
      <pubDate>Fri, 04 Feb 2011 06:50:58 GMT</pubDate>
    </item>
    <item>
      <title>Using Xml, Xsd and XSLT Identity Transform to template and generate (W</title>
      <description>Talks about xml, xslt, xpath and Identity transform and how it can be used for templating xml documents. usefull for Word generation in example. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.infosupport.com%2fblogs%2fchrisb%2farchive%2f2011%2f02%2f03%2fusing-xml-xsd-and-xslt-identity-transform-to-template-and-generate-word-documents-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.infosupport.com%2fblogs%2fchrisb%2farchive%2f2011%2f02%2f03%2fusing-xml-xsd-and-xslt-identity-transform-to-template-and-generate-word-documents-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Using_Xml_Xsd_and_XSLT_Identity_Transform_to_template_and_generate_W</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Using_Xml_Xsd_and_XSLT_Identity_Transform_to_template_and_generate_W</guid>
      <pubDate>Fri, 04 Feb 2011 06:37:03 GMT</pubDate>
    </item>
    <item>
      <title>Controlling XML Serialization of Attributes</title>
      <description>The default action, when serializing objects to XML, is for each public property and field to generate an XML element. The XmlAttribute attribute can be applied to public members to modify this behaviour and instead generate XML attributes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fXMLAttribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fXMLAttribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Controlling_XML_Serialization_of_Attributes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Controlling_XML_Serialization_of_Attributes</guid>
      <pubDate>Mon, 31 Jan 2011 21:20:59 GMT</pubDate>
    </item>
    <item>
      <title>Controlling Serialization of XML Elements</title>
      <description>When serializing classes to XML, each public property and field value is transformed into an XML element. The name of the element matches the name of the property. The XmlElement attribute allows the names and formatting of XML tags to be modified. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fXMLElement.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fXMLElement.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Controlling_Serialization_of_XML_Elements</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Controlling_Serialization_of_XML_Elements</guid>
      <pubDate>Tue, 25 Jan 2011 23:42:58 GMT</pubDate>
    </item>
    <item>
      <title>XPath Visualizer</title>
      <description>XPath Visualizer is a simple tool, that lets you execute a XPath query and see the results. The .Net 3.5 is required to use the tool . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2f2011%2f01%2fxpath-visualizer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2f2011%2f01%2fxpath-visualizer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/XPath_Visualizer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/XPath_Visualizer</guid>
      <pubDate>Mon, 17 Jan 2011 20:51:16 GMT</pubDate>
    </item>
    <item>
      <title>DataSets and XML - The Simplistic Approach</title>
      <description>One of the first ways I learned how to read xml data from external data sources was by using a DataSet's ReadXML function. This function takes file path for an XML document and then converts it to a Dataset. This functionality is great when you need a simple way to process an XML document.  In addition the DataSet object also offers a simple way to save data in an xml format by using the WriteXML function. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2010%2f11%2f21%2fDataSets-and-XML-The-Simplistic-Approach.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2010%2f11%2f21%2fDataSets-and-XML-The-Simplistic-Approach.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/DataSets_and_XML_The_Simplistic_Approach</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/DataSets_and_XML_The_Simplistic_Approach</guid>
      <pubDate>Fri, 14 Jan 2011 06:09:46 GMT</pubDate>
    </item>
    <item>
      <title>Controlling XML Serialization of the Root Element</title>
      <description>Every XML document includes a root element that contains all of the other information held. When serializing objects to XML the root element's construction is linked to the name of the class or structure unless modified with the XmlRoot attribute. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fXMLRoot.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fXMLRoot.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Controlling_XML_Serialization_of_the_Root_Element</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Controlling_XML_Serialization_of_the_Root_Element</guid>
      <pubDate>Tue, 04 Jan 2011 23:44:55 GMT</pubDate>
    </item>
    <item>
      <title>Processing XML documentation</title>
      <description>Processing XML documentation - it really is a good problem to solve using XSL. But if you really have to,  there are tools such as Sandcastle that will do the entire job for you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.i-programmer.info%2fprogramming%2fc%2f1713-processing-xml-documentation.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.i-programmer.info%2fprogramming%2fc%2f1713-processing-xml-documentation.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Processing_XML_documentation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Processing_XML_documentation</guid>
      <pubDate>Tue, 04 Jan 2011 13:53:04 GMT</pubDate>
    </item>
    <item>
      <title>XML Parsing Error: no element found</title>
      <description>Something that may be overlooked related to the dreaded XML Parsing Error. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kruegerwebdesign.com%2fBlog%2fpost%2f2010%2f09%2f20%2fXML-Parsing-Error-no-element-found.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kruegerwebdesign.com%2fBlog%2fpost%2f2010%2f09%2f20%2fXML-Parsing-Error-no-element-found.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/XML_Parsing_Error_no_element_found</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/XML_Parsing_Error_no_element_found</guid>
      <pubDate>Tue, 07 Dec 2010 00:20:40 GMT</pubDate>
    </item>
    <item>
      <title>XML Schema und XSL im Selbststudium lernen</title>
      <description>onion.net ist eine .NET basierte High-End Content-Management Platform die konsequent auf die offenen Standards des W3C setzt. Betrachten Sie onion.net als ein XML Entwicklungssystem, das Sie beim Selbststudium von XML Schema und XSLT unterst&amp;amp;#252;tzen kann. Ganz einfach: mit der f&amp;amp;#252;r den privaten Gebrauch freien onion.net Community Edition und den onion.net Lernseiten. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fonion.net%2fxml-lernen"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fonion.net%2fxml-lernen" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/XML_Schema_und_XSL_im_Selbststudium_lernen_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/XML_Schema_und_XSL_im_Selbststudium_lernen_1</guid>
      <pubDate>Thu, 02 Dec 2010 11:31:59 GMT</pubDate>
    </item>
    <item>
      <title>XML in C#</title>
      <description>.NET has some really easy-to-use facilities for creating and editing XML. Many of these facilities were introduced to make Linq to XML work better but you can make use of them in more general situations. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.i-programmer.info%2fprogramming%2fc%2f1030-xml-in-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.i-programmer.info%2fprogramming%2fc%2f1030-xml-in-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/XML_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/XML_in_C</guid>
      <pubDate>Wed, 01 Dec 2010 13:56:44 GMT</pubDate>
    </item>
    <item>
      <title>Visual Basic .NET - XML Writer </title>
      <description>Learn how to :

.Create XML file using XML Writer
.Display XML file content in RichTextBox
.Save a new XML file using XML Writer &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbukansembarang.info%2farchives%2fbsi300"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbukansembarang.info%2farchives%2fbsi300" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Visual_Basic_NET_XML_Writer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Visual_Basic_NET_XML_Writer</guid>
      <pubDate>Mon, 20 Sep 2010 03:18:24 GMT</pubDate>
    </item>
    <item>
      <title>Visual Basic .NET - XML Reader </title>
      <description>Learn how to :

.Read an XML file using XML  Reader
.Implement XML Reader through Treeview &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbukansembarang.info%2farchives%2fbsi298"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbukansembarang.info%2farchives%2fbsi298" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Visual_Basic_NET_XML_Reader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Visual_Basic_NET_XML_Reader</guid>
      <pubDate>Mon, 20 Sep 2010 03:17:59 GMT</pubDate>
    </item>
  </channel>
</rss>
