<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>posidev.com &#187; XML</title>
	<atom:link href="http://posidev.com/blog/category/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://posidev.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 07:45:55 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>EXSLT</title>
		<link>http://posidev.com/blog/2009/06/22/exslt/</link>
		<comments>http://posidev.com/blog/2009/06/22/exslt/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 16:49:24 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://posidev.com/blog/?p=400</guid>
		<description><![CDATA[Today I needed to do some dateTime formatting in XSLT 1.0 and I found that it was not an easy task. After digging in Google I found really nice  dateTime functions but all of them were available in XSLT 2.0 .Of course I am using  MSXML 6.0 coming with .NET and that&#8217;s the last version. [...]


Related posts:<ol><li><a href='http://posidev.com/blog/2006/12/23/discover-xaml-and-wpf/' rel='bookmark' title='Permanent Link: Discover XAML and WPF'>Discover XAML and WPF</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2009/06/22/exslt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Special Characters in XML Strings</title>
		<link>http://posidev.com/blog/2007/10/11/special-characters-in-xml-strings/</link>
		<comments>http://posidev.com/blog/2007/10/11/special-characters-in-xml-strings/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 15:16:13 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://ivanov.wordpress.com/2007/10/11/special-characters-in-xml-strings/</guid>
		<description><![CDATA[There are some special characters which often occur in XML  strings.Those characters should be replaced with other group of characters in order to become a valid XML string.I always forget some of them so it&#8217;s high time to put them down.



Entity 
Displays As 
Character  Value


&#38; 
&#38; amp;
&#38; #38;#38;


&#60; 
&#38; lt;
&#38; #38;#60;


&#62; 
&#38; gt;
&#38; [...]


No related posts.]]></description>
		<wfw:commentRss>http://posidev.com/blog/2007/10/11/special-characters-in-xml-strings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>View Xml in webbrowser control</title>
		<link>http://posidev.com/blog/2006/11/17/xml-to-html/</link>
		<comments>http://posidev.com/blog/2006/11/17/xml-to-html/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 08:45:16 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://ivanov.wordpress.com/2006/11/17/xml-to-html/</guid>
		<description><![CDATA[I have to embend webbrowser control into my application, so that I can show pieces of Xml code more nicely.I found two ways of doing this.The first and easiest was just to save the xml code in temporary xml file and navigate the webbrowser to it :
// save xml file and load it in XmlWebBrowser
XmlTextWriter [...]


Related posts:<ol><li><a href='http://posidev.com/blog/2009/06/22/exslt/' rel='bookmark' title='Permanent Link: EXSLT'>EXSLT</a></li>
<li><a href='http://posidev.com/blog/2006/11/29/assosiating-file-type-to-your-application/' rel='bookmark' title='Permanent Link: Assosiating file type to your application'>Assosiating file type to your application</a></li>
<li><a href='http://posidev.com/blog/2007/09/25/insertread-image-from-sql-database/' rel='bookmark' title='Permanent Link: Insert/Read image from SQL Database'>Insert/Read image from SQL Database</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2006/11/17/xml-to-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
