<?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>Whiteforest &#187; XML</title>
	<atom:link href="http://www.whiteforest.co.uk/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whiteforest.co.uk</link>
	<description>Mark Robson&#039;s web development blog</description>
	<lastBuildDate>Mon, 22 Mar 2010 11:18:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XML Entities</title>
		<link>http://www.whiteforest.co.uk/2008/09/xml-entities/</link>
		<comments>http://www.whiteforest.co.uk/2008/09/xml-entities/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 12:52:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.whiteforest.co.uk/?p=18</guid>
		<description><![CDATA[For a project I was working on we needed to reuse a fair chunk of XHTML within an XML file, the best way around this was to use a custom entity.
&#60;?xml version="1.0"?&#62;
&#60;!DOCTYPE vehicles [
&#60;!ENTITY tabdata "&#60;p&#62;XHTML content goes here&#60;/p&#62;"&#62;
]&#62;
&#60;vehicles&#62;
&#60;vehicle&#62;&#38;tabdata;&#60;/vehicle&#62;
&#60;/vehicles&#62;
]]></description>
		<wfw:commentRss>http://www.whiteforest.co.uk/2008/09/xml-entities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
