<?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>No technical expert advice can be found here ;) &#187; code</title>
	<atom:link href="http://blog.elitecoderz.net/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elitecoderz.net</link>
	<description>Weblog by Erik Scholtz</description>
	<lastBuildDate>Wed, 07 Jul 2010 08:23:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cluster Filesystem for FreeBSD &#8211; GFS, OCFS2, &#8230;?</title>
		<link>http://blog.elitecoderz.net/cluster-filesystem-for-freebsd-gfs-ocfs2/2010/06/</link>
		<comments>http://blog.elitecoderz.net/cluster-filesystem-for-freebsd-gfs-ocfs2/2010/06/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:45:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[cluster.gfs]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[ocfs2]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=339</guid>
		<description><![CDATA[To make it short: There is absolutely NO real Cluster-Filesystem (like GFS or OCFS2) for FreeBSD at present. Also other projects for distributed filesystems like GlusterFS, PVFS or DRBD are not ported to FreeBSD, or the ports are very old.
Since I was in the need to have four identical data-filesystems (which have to be in [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/cluster-filesystem-for-freebsd-gfs-ocfs2/2010/06/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convert String into InputStream</title>
		<link>http://blog.elitecoderz.net/convert-string-into-inputstreameinen-string-in-einen-inputstream-konvertieren/2009/05/</link>
		<comments>http://blog.elitecoderz.net/convert-string-into-inputstreameinen-string-in-einen-inputstream-konvertieren/2009/05/#comments</comments>
		<pubDate>Wed, 27 May 2009 08:28:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[InputStream]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=230</guid>
		<description><![CDATA[In the last days I was asked several times: &#8220;How do I convert a string into an InputStream, so that I can parse my XML-String with the SAX parser?&#8221; (note: or any other XML-Parser like DOM, JAXP, JDOM, &#8230;).
Being tired of explaining the same thing again and again &#8211; here is the answer:

1
2
3
4
5
6
7
String myString = [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/convert-string-into-inputstreameinen-string-in-einen-inputstream-konvertieren/2009/05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best XML module for perl? XML::LibXML vs. XML::Mini::Document</title>
		<link>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlminidocumentbestes-xml-modul-fur-perl-xmllibxml-im-vergleich-zu-xmlminidocument/2009/04/</link>
		<comments>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlminidocumentbestes-xml-modul-fur-perl-xmllibxml-im-vergleich-zu-xmlminidocument/2009/04/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 08:54:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XML::LibXML]]></category>
		<category><![CDATA[XML::Mini::Document]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=198</guid>
		<description><![CDATA[In my last post, I took a look on XML::Simple, a (as called) simple and easy to understand module for perl to deal with XML structures. Today we&#8217;ll take a look on the module XML::Mini::Document.
Short information:
3 of 5 stars rating on cpan
Last modification date: 05 Feb. 2008
XML::Mini::Document is a module, that has more the &#8220;look [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlminidocumentbestes-xml-modul-fur-perl-xmllibxml-im-vergleich-zu-xmlminidocument/2009/04/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Best XML module for perl?     XML::LibXML vs. XML::Simple</title>
		<link>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlsimple/2009/02/</link>
		<comments>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlsimple/2009/02/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 17:06:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XML::LibXML]]></category>
		<category><![CDATA[XML::Simple]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=123</guid>
		<description><![CDATA[XML is one of the powerfullest, often missused data-structures these days. To express huge object- and data-structures XML is an easy and elegant way to save and transport all kind of informations. There are XML-parser for nearly all systems, and there are a lot of modules for nearly all IDEs to deal with XML in [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/best-xml-module-for-perl-xmllibxml-vs-xmlsimple/2009/02/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
