<?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>Javablog &#187; XML</title>
	<atom:link href="http://javablog.co.uk/category/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://javablog.co.uk</link>
	<description>by Java coders, for Java coders</description>
	<lastBuildDate>Mon, 04 Jan 2010 15:20:57 +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>XMLHelper.java a convenience class for working with XML files</title>
		<link>http://javablog.co.uk/2008/12/02/xmlhelperjava-a-convenience-class-for-working-with-xml-files/</link>
		<comments>http://javablog.co.uk/2008/12/02/xmlhelperjava-a-convenience-class-for-working-with-xml-files/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 19:34:41 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Convenience]]></category>
		<category><![CDATA[IO]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Parsing]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/?p=100</guid>
		<description><![CDATA[In my last post I hope I convinced you that XML parsing with XPath queries and XSD validation is the way forward:- W3C Schema Definitions (XSDs) let you separate validation from logic XPaths queries are a serious timesaver and make code very readable But also that the Java XML API is possibly the ugliest and [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2008/12/02/xmlhelperjava-a-convenience-class-for-working-with-xml-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reading and Validating XML in Java with XPath</title>
		<link>http://javablog.co.uk/2008/11/15/reading-and-validating-xml-in-java-with-xpath/</link>
		<comments>http://javablog.co.uk/2008/11/15/reading-and-validating-xml-in-java-with-xpath/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 00:17:22 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Validation]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XPath]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/?p=92</guid>
		<description><![CDATA[A year and a half ago, I posted Parsing XML. At the time, my focus was directed at parsing very large datasets of relatively simple XML formats&#8230; the Wikipedia Datadumps being a good example. Since then, I&#8217;ve found myself needing to parse smaller, well defined XML files that can be realistically loaded into memory. In [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2008/11/15/reading-and-validating-xml-in-java-with-xpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A practical introduction to NIO</title>
		<link>http://javablog.co.uk/2007/03/29/a-practical-introduction-to-nio/</link>
		<comments>http://javablog.co.uk/2007/03/29/a-practical-introduction-to-nio/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 20:33:16 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[IO]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[NIO]]></category>
		<category><![CDATA[RPC]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2007/03/29/a-practical-introduction-to-nio/</guid>
		<description><![CDATA[Quick initial post (more of a dereference actually) to point you at the NIO tutorial I put together as part of writing Rox (an XML-RPC library). It aims to take you from nothing to working code in as short a time as possible and it&#8217;s been very well received. I wrote it because I struggled [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2007/03/29/a-practical-introduction-to-nio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XML Parsing</title>
		<link>http://javablog.co.uk/2007/03/29/xml-parsing/</link>
		<comments>http://javablog.co.uk/2007/03/29/xml-parsing/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 15:17:14 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[J2ME]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Parsing]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2007/03/29/xml-parsing/</guid>
		<description><![CDATA[This is a fairly light topic to begin the blog with, but everyone has to parse XML one day and there are many ways to do it in Java. Most readers are probably already aware that Java now ships with DOM and SAX, but sometimes these techniques are just too heavyweight. I&#8217;ll start by briefly [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2007/03/29/xml-parsing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
