<?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>Object Definitions Blog &#187; xml</title>
	<atom:link href="http://www.objectdefinitions.com/odblog/category/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.objectdefinitions.com/odblog</link>
	<description>Software Development - random theories, code snippits and opinions</description>
	<lastBuildDate>Tue, 06 Sep 2011 22:43:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New jtimeseries project on sourceforge</title>
		<link>http://www.objectdefinitions.com/odblog/2010/new-jtimeseries-project-on-sourceforge/</link>
		<comments>http://www.objectdefinitions.com/odblog/2010/new-jtimeseries-project-on-sourceforge/#comments</comments>
		<pubDate>Thu, 20 May 2010 07:33:29 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jtimeseries]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[profiling]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[timeseries]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=264</guid>
		<description><![CDATA[For the last year and a half I have been hard at work at a new open source project jtimeseries.
This has finally made it onto sourceforge!
So what can you do with this jtimeseries thing?
Quite a lot, already. Let me explain how this project was conceived&#8230;.
Initially, I was looking for a java based API which I [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2010/new-jtimeseries-project-on-sourceforge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSLT transformations work in IE and Stylus Studio but not in Firefox or Opera</title>
		<link>http://www.objectdefinitions.com/odblog/2007/xslt-transformations-work-in-ie-and-stylus-studio-but-not-in-firefox-or-opera/</link>
		<comments>http://www.objectdefinitions.com/odblog/2007/xslt-transformations-work-in-ie-and-stylus-studio-but-not-in-firefox-or-opera/#comments</comments>
		<pubDate>Thu, 10 May 2007 14:46:39 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/2007/xslt-transformations-work-in-ie-and-stylus-studio-but-not-in-firefox-or-opera/</guid>
		<description><![CDATA[We were developing some stylesheets to convert xml to html in Stylus Studio and had the problem that IE would render them fine, but when we used Firefox/Opera we only saw plain text.
If you are also experiencing this problem you are probably missing the xsl:output element:
&#60;xsl:stylesheet xmlns:xsl=&#34;http://www.w3.org/1999/XSL/Transform&#34; version=&#34;1.0&#34;&#62;
&#60;xsl:output method=&#34;html&#34;/&#62;
When the XSL processor sees this instruction [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2007/xslt-transformations-work-in-ie-and-stylus-studio-but-not-in-firefox-or-opera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSL To Remove Elements</title>
		<link>http://www.objectdefinitions.com/odblog/2007/xsl-to-remove-elements/</link>
		<comments>http://www.objectdefinitions.com/odblog/2007/xsl-to-remove-elements/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 22:45:15 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/xml/2007/xsl-to-remove-elements/</guid>
		<description><![CDATA[Recently I was faced with a directory full of XML files containing test data. The tests were all failing due to a couple of unwanted elements within each test file. 
The question &#8211; how to write an xsl stylesheet to remove the offending elements.
After some head scratching the following script seemed to do the trick
&#60;?xml [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2007/xsl-to-remove-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

