<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Removing Namespaces in XML, Security in ASP.NET</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx</link><description>An Update - 05/19/2004 Instead of looking at XSLT for removing namespaces, consider using a specialized System.Xml.XmlTextWriter to remove XML Namespaces . -ed. ASP.NET Security The Patterns and Practices Group introduced " Improving Web Application Security:</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Removing Namespaces in XML, Security in ASP.NET</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#16596</link><pubDate>Sat, 14 Jun 2003 11:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:16596</guid><dc:creator>Victor Lindesay</dc:creator><description>Thanks for the code Kirk.
&lt;br&gt;

&lt;br&gt;
However, I am trying to think of a scenario or good reason for removing namespaces in an XML document.</description></item><item><title>re: Removing Namespaces in XML, Security in ASP.NET</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#32997</link><pubDate>Thu, 23 Oct 2003 00:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:32997</guid><dc:creator>MAHESH</dc:creator><description>can I use the same XSLT transformation in VB?If so please give me an example.I'm trying to remove namespaces from a single node.&lt;br&gt;&lt;br&gt;thanks,&lt;br&gt;&lt;br&gt;mahesh.</description></item><item><title>re: Removing Namespaces in XML, Security in ASP.NET</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#32999</link><pubDate>Thu, 23 Oct 2003 00:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:32999</guid><dc:creator>MAHESH</dc:creator><description>mahesh.srinivasan@wonderlic.com</description></item><item><title>re: Removing Namespaces in XML, Security in ASP.NET</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#33209</link><pubDate>Fri, 24 Oct 2003 05:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:33209</guid><dc:creator>Kirk Allen Evans</dc:creator><description>See the documentation for the System.Xml.Xsl.XslTransform class, namely the Transform() method.</description></item><item><title>re: Removing Namespaces in XML, Security in ASP.NET</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#47415</link><pubDate>Sun, 04 Jan 2004 06:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:47415</guid><dc:creator>Kirk Allen Evans</dc:creator><description>As a follow-up, the .Namespaces=false trick I mentioned was taking advantage of a bug in a beta implementation.  The .Namespaces property simply specifies whether the document is intended to support only XML 1.0, or XML 1.0 as well as XML Namespaces 1.0.  </description></item><item><title>Stripping All Namespaces from XML</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#97008</link><pubDate>Fri, 26 Mar 2004 22:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:97008</guid><dc:creator>Paroxysmal Effluence</dc:creator><description /></item><item><title>Stripping All Namespaces from XML</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#97078</link><pubDate>Sat, 27 Mar 2004 00:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:97078</guid><dc:creator>Paroxysmal Effluence</dc:creator><description /></item><item><title>re: Removing Namespaces in XML, Security in ASP.NET</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#135325</link><pubDate>Wed, 19 May 2004 23:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:135325</guid><dc:creator>Kirk Allen Evans</dc:creator><description>An update... &lt;br&gt;&lt;br&gt;Instead of using XSLT for this task, also consider using a specialized System.Xml.XmlTextWriter.&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://blogs.msdn.com/kaevans/archive/2004/05/16/132959.aspx"&gt;http://blogs.msdn.com/kaevans/archive/2004/05/16/132959.aspx&lt;/a&gt;</description></item><item><title>re: Removing Namespaces in XML, Security in ASP.NET</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#135330</link><pubDate>Thu, 20 May 2004 00:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:135330</guid><dc:creator>Kirk Allen Evans</dc:creator><description>As for &amp;quot;why remove namespaces from an XML document&amp;quot;, the question comes up fairly frequently in newsgroups.  The typical use case is that developers are not aware of namespaces, let alone how to query a document that includes namespaces using XPath or XSLT.  The novice solution to this problem is typically &amp;quot;remove the namespaces&amp;quot;, which may actually be an OK solution in some aspects.</description></item><item><title>re: Removing Namespaces in XML, Security in ASP.NET</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#206291</link><pubDate>Tue, 03 Aug 2004 02:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:206291</guid><dc:creator>dotNetDave</dc:creator><description>The XmlNoNamespaceWriter mentioned here does not work if you are using the XmlTextWriter to serialize an object.</description></item><item><title>XmlNoNamespaceWriter Redux</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#206433</link><pubDate>Tue, 03 Aug 2004 06:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:206433</guid><dc:creator>Kirk Allen Evans' Blog</dc:creator><description /></item><item><title>re: Removing Namespaces in XML, Security in ASP.NET</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#207147</link><pubDate>Tue, 03 Aug 2004 19:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:207147</guid><dc:creator>Kirk Allen Evans</dc:creator><description>It seems that I had a blog fart and left a few bugs in there.  Updated version of XmlNoNamespaceWriter at &lt;a target="_new" href="http://blogs.msdn.com/kaevans/archive/2004/08/02/206432.aspx"&gt;http://blogs.msdn.com/kaevans/archive/2004/08/02/206432.aspx&lt;/a&gt;</description></item><item><title>Removing Xml Namespace in a pipeline component</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#7021287</link><pubDate>Tue, 08 Jan 2008 02:06:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7021287</guid><dc:creator>Be Logical - writings by Johan Hedberg</dc:creator><description>&lt;p&gt;Richard Hallgren recently blogged about how to remove Xml namespaces from Xml documents , as has Kirk&lt;/p&gt;
</description></item><item><title>Removing Xml Namespace in a pipeline component</title><link>http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx#7021517</link><pubDate>Tue, 08 Jan 2008 02:34:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7021517</guid><dc:creator>Be Logical - writings by Johan Hedberg</dc:creator><description>&lt;p&gt;Richard Hallgren recently blogged about how to remove Xml namespaces from Xml documents , as has Kirk&lt;/p&gt;
</description></item></channel></rss>