<?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>Elovirta.com &#187; relax ng</title>
	<atom:link href="http://www.elovirta.com/tag/relax-ng/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elovirta.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Dec 2010 13:05:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ant RELAX NG schema</title>
		<link>http://www.elovirta.com/2009/04/13/ant-relax-ng-schema/</link>
		<comments>http://www.elovirta.com/2009/04/13/ant-relax-ng-schema/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 16:36:17 +0000</pubDate>
		<dc:creator>Jarno Elovirta</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[relax ng]]></category>

		<guid isPermaLink="false">http://www.elovirta.com/?p=297</guid>
		<description><![CDATA[I use oXygen to edit Ant build files and it uses a DTD for the schema. While that works well, the DTD has a few bugs and AFAICT does not support Ant 1.7. So, I wrote a RELAX NG schema &#8230; <a href="http://www.elovirta.com/2009/04/13/ant-relax-ng-schema/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.oxygenxml.com/">oXygen</a> to edit <a href="http://ant.apache.org/">Ant</a> build files and it uses a DTD for the schema. While that works well, the DTD has a few bugs and AFAICT does not support Ant 1.7. So, I wrote a <a href="http://relaxng.org/">RELAX NG</a> schema for Ant.</p>
<p>The choice between schema languages was easy, RELAX NG has everything I need and is pleasant to write. In addition, oXygen can use the documentation in the schema, so all the better. I used <a href="http://code.google.com/p/jing-trang/">Trang</a> to convert the original DTD to RELAX NG, then just edited the filed manually and occasionally with XSLT.</p>
<p>The code is hosted at <a href="http://github.com/jelovirt/ant-relaxng">GitHub</a>, licensed under GPL. It&#8217;s very much a work in progress, but it works for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.elovirta.com/2009/04/13/ant-relax-ng-schema/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

