<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Todd Taylor's Blog - XML</title>
    <link>http://blog.toddtaylor.com/</link>
    <description />
    <language>en-us</language>
    <copyright>Todd M. Taylor</copyright>
    <lastBuildDate>Wed, 07 Jun 2006 18:44:04 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>toddtaylor@toddtaylor.com</managingEditor>
    <webMaster>toddtaylor@toddtaylor.com</webMaster>
    <item>
      <trackback:ping>http://blog.toddtaylor.com/Trackback.aspx?guid=c74a7acf-fd0f-439a-816c-a77ae6756e8b</trackback:ping>
      <pingback:server>http://blog.toddtaylor.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.toddtaylor.com/PermaLink,guid,c74a7acf-fd0f-439a-816c-a77ae6756e8b.aspx</pingback:target>
      <dc:creator>Todd M. Taylor</dc:creator>
      <wfw:comment>http://blog.toddtaylor.com/CommentView,guid,c74a7acf-fd0f-439a-816c-a77ae6756e8b.aspx</wfw:comment>
      <wfw:commentRss>http://blog.toddtaylor.com/SyndicationService.asmx/GetEntryCommentsRss?guid=c74a7acf-fd0f-439a-816c-a77ae6756e8b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
One thing that was painfully lacking in Visual Studio 2003 was the ability to work
with XML and XSLT.  Most people opted to purchase third party tools like XML
Spy to deal with VS.NET's inadequacies.  However, Visual Studio .NET 2005 has
a group of new tools that add things such as XSLT debugging and Intellisense that
make working with XML related files much more tolerable.
</p>
        <p>
In addition, the .NET Framework 2.0 has undergone some significant improvements in
the System.XML namespace.  If you work with XML on a frequent basis, you'll want
to be sure to read through these MSDN articles and see what's new in version 2:
</p>
        <ul>
          <li>
            <a href="http://msdn.microsoft.com/XML/BuildingXML/XMLinNETFramework/default.aspx?pull=/library/en-us/dnxmlnet/html/xmltools.asp">An
Introduction to the XML Tools in Visual Studio 2005</a>
          </li>
          <li>
            <a href="http://msdn.microsoft.com/XML/BuildingXML/XMLinNETFramework/default.aspx?pull=/library/en-us/dnexxml/html/xml05202002.asp">XML
Namespaces and How They Affect XPath and XSLT</a>
          </li>
          <li>
            <a href="http://msdn.microsoft.com/XML/BuildingXML/XMLinNETFramework/default.aspx?pull=/library/en-us/dnxml/html/sysxmlvs05.asp">What's
New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release</a>
          </li>
        </ul>
      </body>
      <title>Working with XML in the .NET 2.0 Framework</title>
      <guid isPermaLink="false">http://blog.toddtaylor.com/PermaLink,guid,c74a7acf-fd0f-439a-816c-a77ae6756e8b.aspx</guid>
      <link>http://blog.toddtaylor.com/2006/06/07/WorkingWithXMLInTheNET20Framework.aspx</link>
      <pubDate>Wed, 07 Jun 2006 18:44:04 GMT</pubDate>
      <description>&lt;p&gt;
One thing that was painfully lacking in Visual Studio 2003 was the ability to work
with XML and XSLT. &amp;nbsp;Most people opted to purchase third party tools like XML
Spy to deal with VS.NET's inadequacies. &amp;nbsp;However, Visual Studio .NET 2005 has
a group of new tools that add things such as XSLT debugging and Intellisense that
make working with XML related files much more tolerable.
&lt;/p&gt;
&lt;p&gt;
In addition, the .NET Framework 2.0 has undergone some significant improvements in
the System.XML namespace. &amp;nbsp;If you work with XML on a frequent basis, you'll want
to be sure to read through these MSDN articles and see what's new in version 2:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://msdn.microsoft.com/XML/BuildingXML/XMLinNETFramework/default.aspx?pull=/library/en-us/dnxmlnet/html/xmltools.asp"&gt;An
Introduction to the XML Tools in Visual Studio 2005&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://msdn.microsoft.com/XML/BuildingXML/XMLinNETFramework/default.aspx?pull=/library/en-us/dnexxml/html/xml05202002.asp"&gt;XML
Namespaces and How They Affect XPath and XSLT&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://msdn.microsoft.com/XML/BuildingXML/XMLinNETFramework/default.aspx?pull=/library/en-us/dnxml/html/sysxmlvs05.asp"&gt;What's
New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
      <comments>http://blog.toddtaylor.com/CommentView,guid,c74a7acf-fd0f-439a-816c-a77ae6756e8b.aspx</comments>
      <category>ASP.NET</category>
      <category>C#</category>
      <category>VB.NET</category>
      <category>XML</category>
    </item>
  </channel>
</rss>