<?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>codemeit &#187; XSLT</title>
	<atom:link href="http://www.codemeit.com/tag/xslt/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codemeit.com</link>
	<description>programming, software &#38; problem solving</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:22:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>XSLT 1.0, Join a list of elements&#8217;s value with separator</title>
		<link>http://www.codemeit.com/xml/xslt-10-join-a-list-of-elementss-value-with-separator.html</link>
		<comments>http://www.codemeit.com/xml/xslt-10-join-a-list-of-elementss-value-with-separator.html#comments</comments>
		<pubDate>Thu, 26 Feb 2009 03:31:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=351</guid>
		<description><![CDATA[In order to join a sequence with a customized separator in XSLT 1.0, similar to C# function string.Join( array, separator), I&#8217;ve come up with a template which takes the sequence and separator as parameter. Given a sample XML &#60;?xml version="1.0" encoding="utf-8" ?&#62; &#60;?xml-stylesheet type="text/xsl" href="ElementJoin.xslt"?&#62; &#60;Root&#62; &#160; &#60;Years&#62; &#160; &#160; &#60;int&#62;2008&#60;/int&#62; &#160; &#160; &#60;int&#62;2009&#60;/int&#62; &#160; [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/xml/xslt-10-join-a-list-of-elementss-value-with-separator.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSLT XML transformation vs Object mapping</title>
		<link>http://www.codemeit.com/xml/xslt-xml-transformation-vs-object-mapping.html</link>
		<comments>http://www.codemeit.com/xml/xslt-xml-transformation-vs-object-mapping.html#comments</comments>
		<pubDate>Mon, 09 Feb 2009 10:15:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=221</guid>
		<description><![CDATA[I&#8217;ve run some tests on transformation from one XML schema to the other so that I can compare the performance between XSLT and XmlSerializer with object mapping as well as the Pros and Cons. It appears XSLT transformed my source XML to target XML faster than the object mapping since XSLT doesn&#8217;t take the type [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/xml/xslt-xml-transformation-vs-object-mapping.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
