<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Catching ideas</title>
	<atom:link href="http://vtoman.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vtoman.wordpress.com</link>
	<description>Sometimes they come ...and sometimes they don't</description>
	<lastBuildDate>Wed, 18 Jan 2012 19:21:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vtoman.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/479b396bef8152f286262b872ca48cff?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Catching ideas</title>
		<link>http://vtoman.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vtoman.wordpress.com/osd.xml" title="Catching ideas" />
	<atom:link rel='hub' href='http://vtoman.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Do it JSelf</title>
		<link>http://vtoman.wordpress.com/2010/11/24/do-it-jself/</link>
		<comments>http://vtoman.wordpress.com/2010/11/24/do-it-jself/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 10:25:25 +0000</pubDate>
		<dc:creator>Vojtěch Toman</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XProc]]></category>

		<guid isPermaLink="false">http://vtoman.wordpress.com/?p=192</guid>
		<description><![CDATA[With Michael Kay&#8217;s recent announcement that he is trying to create a JavaScript version of his Saxon processor, it is quite likely that we may be getting XSLT 2.0 support in the web browser relatively soon. Of course, everybody would &#8230; <a href="http://vtoman.wordpress.com/2010/11/24/do-it-jself/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=192&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With Michael Kay&#8217;s recent <a href="http://saxonica.blogharbor.com/blog/_archives/2010/11/16/4681337.html">announcement</a> that he is trying to create a JavaScript version of his Saxon processor, it is quite likely that we may be getting XSLT 2.0 support in the web browser relatively soon. Of course, everybody would prefer that browser vendors implement XSLT 2.0 natively, but that is, sadly, not the reality of today. We all remember how long it had taken for some browser vendors to implement XSLT <em>1.0</em>, and that was in the time when there were still relatively many who believed that XML-based web is the way to go &#8211; a position that has become increasingly difficult to defend in the current HTML5 frenzy.</p>
<p>Only time will show what the future for XML in the browser holds. Right now, it seems that XML has become the unwanted child that nobody wants to play with, because it seems inept when it comes to creating flashy rotating logos.</p>
<p>Or maybe it is not that bad; we will have to wait and see. And in the meantime, the best we can do is to make sure that XML support in the browser evolves and catches up with today&#8217;s state of the technology to remain relevant. Browser vendors are clearly not (or so it seems) going to assist with this, so the solution is either to write browser extension plugins (which, in truth, never really worked in practice) or to use JavaScript to implement the missing functionality.</p>
<p>Luckily, and almost paradoxically, browser vendors have given us a helping hand where it comes to JavaScript: With the almost total war for the fastest web browser and the best level of HTML 5 support, we are witnessing tremendous improvements in the JavaScript engines in virtually all relevant web browsers of today. Not only are they able to execute JavaScript much faster than before, but they are also able to handle much larger JavaScript libraries, and even complete applications.</p>
<p>For the first time &#8211; and rather remarkably &#8211; it is now possible to consider JavaScript to be robust enough for such tasks as, for example, implementing a conformant XSLT 2.0 processor or&#8230;</p>
<p>&#8230;or <em>an XProc implementation</em>. For the last couple of months, I have been working (when other priorities allow) on creating a self-contained JavaScript version of Calumet, a Java XProc processor that I have been developing at EMC. In August 2010, I presented a live demo at the <a href="http://www.balisage.net/" target="_new">Balisage</a> XML conference in Montréal and expressed my hope that future versions of Calumet will be distributed as a dual Java/JavaScript package. If you are interested in the technical details, you can find the slides from the presentation, as well as the conference paper (which, coincidentally, seems to have been one of the impulses that have convinced Michael Kay to attempt a similar thing with Saxon) <a href="http://www.balisage.net/Proceedings/vol5/html/Toman01/BalisageVol5-Toman01.html" target="_new">here</a>.</p>
<p>So, how has the JavaScript version of Calumet progressed in the last two or three months? I must say that we are still not there, but we are getting quite close. Take a look for yourself:</p>
<p><a href="http://xmldemo.emc.com:8080/calumet" target="_new">http://xmldemo.emc.com:8080/calumet</a></p>
<p>I still consider the JavaScript processor &#8220;alpha&#8221; quality, as there are still compatibility or performance issues with various web browsers (yes, I know that the <code>p:validate-with-schematron</code> example does not work in Safari/Chrome) and some features are not (or not fully) supported yet (for instance, the <code>p:http-request</code> implementation is really, really simple and limited). But perhaps the processor is already good enough to be released so that users can play with it, test it &#8211; and most importantly, figure out if they can do anything useful with it.</p>
<p>Christmas sounds like a good plan.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtoman.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtoman.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtoman.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtoman.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtoman.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtoman.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtoman.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtoman.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtoman.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtoman.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtoman.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtoman.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtoman.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtoman.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=192&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtoman.wordpress.com/2010/11/24/do-it-jself/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d47a5a0f52ff730c5e73cc414955a25b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vojta</media:title>
		</media:content>
	</item>
		<item>
		<title>EMC XProc Engine announces itself</title>
		<link>http://vtoman.wordpress.com/2009/07/08/emc-xproc-engine-announces-itself/</link>
		<comments>http://vtoman.wordpress.com/2009/07/08/emc-xproc-engine-announces-itself/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 18:45:37 +0000</pubDate>
		<dc:creator>Vojtěch Toman</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[XProc]]></category>

		<guid isPermaLink="false">http://vtoman.wordpress.com/?p=155</guid>
		<description><![CDATA[&#8230;and how else than in XProc: &#60;p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="1.0"&#62; &#160;&#160;&#60;p:output port="result" sequence="true"/&#62; &#160;&#160;&#60;p:try name="announcement"&#62; &#160;&#160;&#160;&#160;&#60;p:group&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#60;p:output port="result"/&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#60;p:identity&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;p:input port="source"&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;p:inline&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;p xmlns="http://www.w3.org/1999/xhtml"&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;I am happy to announce the availability of version &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;1.0.8 of EMC XProc Engine, EMC's XProc processor &#8230; <a href="http://vtoman.wordpress.com/2009/07/08/emc-xproc-engine-announces-itself/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=155&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230;and how else than in XProc:<br />
<code><br />
&lt;p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="1.0"&gt;<br />
&nbsp;&nbsp;&lt;p:output port="result" sequence="true"/&gt;<br />
&nbsp;&nbsp;&lt;p:try name="announcement"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:group&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:output port="result"/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:identity&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:input port="source"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p xmlns="http://www.w3.org/1999/xhtml"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I am happy to announce the availability of version<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.0.8 of EMC XProc Engine, EMC's XProc processor<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;implementation. The processor is free for developer<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;use and can be downloaded - together with other XML<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tools - from the EMC XML Developer Community website.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:input&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:identity&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:group&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:catch&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:output port="result"/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:identity&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:input port="source"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p xmlns="http://www.w3.org/1999/xhtml"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is the first public release of the processor. Note<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;that while version 1.0.8 supports most of the required<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;features of XProc, the implementation is not yet complete.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:input&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:identity&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:catch&gt;<br />
&nbsp;&nbsp;&lt;/p:try&gt;<br />
&nbsp;&nbsp;&lt;p:identity name="feedback"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:input port="source"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p xmlns="http://www.w3.org/1999/xhtml"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We are looking forward to your feedback - please use the EMC<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XML Developer Community forum (or the xproc-dev mailing list)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for any comments, suggestions, feature requests, or bug reports.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:input&gt;<br />
&nbsp;&nbsp;&lt;/p:identity&gt;<br />
&nbsp;&nbsp;&lt;p:http-request name="download"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:input port="source"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;c:request xmlns:c="http://www.w3.org/ns/xproc-step" method="GET"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;href="https://community.emc.com/community/edn/xmltech"/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:input&gt;<br />
&nbsp;&nbsp;&lt;/p:http-request&gt;<br />
&nbsp;&nbsp;&lt;p:wrap-sequence name="features" wrapper="features"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:input port="source" xmlns="http://www.w3.org/1999/xhtml"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;XProc Engine implements most of the required<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;features of the XProc specification. For an overview of the<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;supported features, and the progress of the implementation,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;see the XProc Test Suite website.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;Plug-ins can extend the processor and customize<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the default behavior or provide new functionality, such as<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;extension XProc steps.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;The XProc Engine distribution comes with a number<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;of plug-ins that can be used with the processor. Software<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;developers can use the XProc Engine API to create custom<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;plug-ins.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;The Java application programming interface makes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it easy to embed the XProc Engine in other Java applications.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;XProc Engine provides an interface for running<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XProc pipelines from the command-line.&lt;/p&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;XProc Engine can be integrated with the EMC<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentum xDB XML database (via a plug-in). The plug-in<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;provides a number of xDB-specific XProc steps, and allows<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;developers to combine the benefits of a state-of-the-art<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;native XML database and XProc.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:inline&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:input&gt;<br />
&nbsp;&nbsp;&lt;/p:wrap-sequence&gt;<br />
&nbsp;&nbsp;&lt;p:compare&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:input port="source"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:document<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;href="http://tests.xproc.org/results/calumet/report.xml"/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:input&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:input port="alternate"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:document<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;href="http://tests.xproc.org/results/calabash/report.xml"/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:input&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:documentation&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p xmlns="http://www.w3.org/1999/xhtml"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How does it compare to the other XProc processor? :)&lt;/p&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:documentation&gt;<br />
&nbsp;&nbsp;&lt;/p:compare&gt;<br />
&nbsp;&nbsp;&lt;p:identity&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:input port="source"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:pipe step="announcement" port="result"/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:pipe step="feedback" port="result"/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:pipe step="download" port="result"/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p:pipe step="features" port="result"/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p:input&gt;<br />
&nbsp;&nbsp;&lt;/p:identity&gt;<br />
&lt;/p:declare-step&gt;<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtoman.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtoman.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtoman.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtoman.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtoman.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtoman.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtoman.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtoman.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtoman.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtoman.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtoman.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtoman.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtoman.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtoman.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=155&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtoman.wordpress.com/2009/07/08/emc-xproc-engine-announces-itself/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d47a5a0f52ff730c5e73cc414955a25b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vojta</media:title>
		</media:content>
	</item>
		<item>
		<title>EMC XML Developer Community Launching</title>
		<link>http://vtoman.wordpress.com/2009/05/15/emc-xml-developer-community-launching/</link>
		<comments>http://vtoman.wordpress.com/2009/05/15/emc-xml-developer-community-launching/#comments</comments>
		<pubDate>Fri, 15 May 2009 10:00:18 +0000</pubDate>
		<dc:creator>Vojtěch Toman</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[X-Hive]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[xDB]]></category>
		<category><![CDATA[EDN]]></category>

		<guid isPermaLink="false">http://vtoman.wordpress.com/?p=146</guid>
		<description><![CDATA[At Last! I am happy to announce that EMC has launched the new XML Developer Community, a developer forum for sharing information about XML and EMC&#8217;s XML technology. I was never good at making flashy announcements, so I will just &#8230; <a href="http://vtoman.wordpress.com/2009/05/15/emc-xml-developer-community-launching/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=146&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At Last! I am happy to announce that EMC has launched the new <a href="http://developer.emc.com/xmltech">XML Developer Community</a>, a developer forum for sharing information about XML and EMC&#8217;s XML technology. I was never good at making flashy announcements, so I will just say: go to <a href="http://developer.emc.com/xmltech">http://developer.emc/com/xmltech</a> and see for yourself, there is some seriously interesting stuff there. (And expect more to come soon &#8211; after all, we are just taking off!)</p>
<p>Besides the content (articles, videos, blogs), the real highlight for me is that EMC is going to release a whole suite of its XML tools through the site, free for unlimited developer use. And the first of the downloads is nothing less than <a href="http://www.emc.com/products/detail/software/documentum-xdb.htm">EMC Documentum xDB</a>, our native XML database (formerly known as X-Hive/DB).</p>
<p>Personally, I have been waiting for this to happen for a long time. I know that I am biased, but I really think that xDB is a killer application, with so much value and potential. In the 10 years of its existence (yes: birthday party!), xDB has grown into a really robust and mature product with excellent support for standards, and it is no wonder that it has become so successful it the commercial sphere. Sadly, it has also successfully stayed out of reach of the wider community. But this is changing now, and I am expecting lots of positive reactions to this; I, for myself, have always found xDB great to work with.</p>
<p>But the EMC XML Community site is not only about promoting EMC software. Its main focus is XML and XML technologies in general, and the goal is to provide a place of dialog between us &#8211; EMC&#8217;s XML developers &#8211; and the developer community, where useful information about XML (tutorials, best practices, support, etc.) can be shared and discussed.</p>
<p>Looking forward to your feedback, either on this blog, or better, on the <a href="http://developer.emc.com/xmltech">EMC XML Community website</a>!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtoman.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtoman.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtoman.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtoman.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtoman.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtoman.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtoman.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtoman.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtoman.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtoman.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtoman.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtoman.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtoman.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtoman.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=146&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtoman.wordpress.com/2009/05/15/emc-xml-developer-community-launching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d47a5a0f52ff730c5e73cc414955a25b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vojta</media:title>
		</media:content>
	</item>
		<item>
		<title>Back from XML Prague (and bed, almost)</title>
		<link>http://vtoman.wordpress.com/2009/04/03/back-from-xml-prague-and-bed-almost/</link>
		<comments>http://vtoman.wordpress.com/2009/04/03/back-from-xml-prague-and-bed-almost/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 15:24:37 +0000</pubDate>
		<dc:creator>Vojtěch Toman</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[X-Hive]]></category>
		<category><![CDATA[XProc]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[XML Prague]]></category>

		<guid isPermaLink="false">http://vtoman.wordpress.com/?p=134</guid>
		<description><![CDATA[Finally recovered enough from XML Prague to write a short post. The conference was great (hey, the strudel was fantastic!), and I had a chance to chat with quite some interesting people there (&#8230;some of which probably infected me with &#8230; <a href="http://vtoman.wordpress.com/2009/04/03/back-from-xml-prague-and-bed-almost/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=134&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally recovered enough from <a href="http://www.xmlprague.cz" target="_blank">XML Prague</a> to write a short post. The conference was great (hey, the strudel was fantastic!), and I had a chance to chat with quite some interesting people there (&#8230;some of which probably infected me with a nasty bug that I have been struggling with until now).</p>
<p>The organizers attempted to make the event a bit special this year: they were broadcasting a live feed from the conference, to make it accessible also for people who could not participate in person. Quite a unique touch, and surely something that will attract a wider audience in the following years of the conference, should the organizers keep doing the same thing (and they should!).</p>
<p>Recordings of the presentations are now starting to show up on the conference website. Only slides with audio at the moment, but the organizers are planning to upload full video recordings of the speakers once these are processed and polished (&#8230;and let&#8217;s hope not &#8211; using Robin Berjon&#8217;s words &#8211; censored :-).</p>
<p>My presentation about XProc was on the second day of the conference (right after another XProc talk by Norm Walsh who showed some ingenious real-world pipelines &#8211; see his <a href="http://norman.walsh.name/2009/03/26/xprocWithXProc" target="_blank">blog</a> if you are interested in knowing more), and it was kind of motivating for me to see the positive reaction to <a href="http://www.emc.com" target="_blank">EMC</a>&#8216;s plans to release its XML tools to the wider public.</p>
<p>The most frequent question after my presentation seemed to be: <q>When?</q> &#8211; and at that moment, the only answer I could give was: <q>Soon,</q> because, in all honesty, I didn&#8217;t know. Today, I think, I can reveal more: <q>Very soon.</q></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtoman.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtoman.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtoman.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtoman.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtoman.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtoman.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtoman.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtoman.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtoman.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtoman.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtoman.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtoman.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtoman.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtoman.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=134&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtoman.wordpress.com/2009/04/03/back-from-xml-prague-and-bed-almost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d47a5a0f52ff730c5e73cc414955a25b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vojta</media:title>
		</media:content>
	</item>
		<item>
		<title>Presenting at XML Prague 2009</title>
		<link>http://vtoman.wordpress.com/2009/02/12/presenting-at-xml-prague-2009/</link>
		<comments>http://vtoman.wordpress.com/2009/02/12/presenting-at-xml-prague-2009/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 12:43:31 +0000</pubDate>
		<dc:creator>Vojtěch Toman</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XML Prague]]></category>
		<category><![CDATA[XProc]]></category>

		<guid isPermaLink="false">http://vtoman.wordpress.com/?p=131</guid>
		<description><![CDATA[On March 22nd, I am presenting at XML Prague. Topic: Optimizing XML Content Delivery with XProc. There will be some interesting names there, like Michael Kay, Murata Makoto, Norman Walsh, or Jeni Tennison to name a few. Should be fun.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=131&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On March 22nd, I am presenting at <a href="http://xmlprague.cz">XML Prague</a>. Topic: <q>Optimizing XML Content Delivery with XProc</q>. There will be some interesting names there, like Michael Kay, Murata Makoto, Norman Walsh, or Jeni Tennison to name a few. Should be fun.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtoman.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtoman.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtoman.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtoman.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtoman.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtoman.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtoman.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtoman.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtoman.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtoman.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtoman.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtoman.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtoman.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtoman.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=131&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtoman.wordpress.com/2009/02/12/presenting-at-xml-prague-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d47a5a0f52ff730c5e73cc414955a25b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vojta</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to XProc</title>
		<link>http://vtoman.wordpress.com/2009/01/08/introduction-to-xproc/</link>
		<comments>http://vtoman.wordpress.com/2009/01/08/introduction-to-xproc/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 10:19:20 +0000</pubDate>
		<dc:creator>Vojtěch Toman</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[XProc]]></category>

		<guid isPermaLink="false">http://vtoman.wordpress.com/?p=121</guid>
		<description><![CDATA[Anyone interested in learning/understanding XProc, don&#8217;t miss the excellent Introduction to XProc written by Dave Pawson. It is still work in progress, but it already contains a lot of useful information. Another nice place to get started with XProc is &#8230; <a href="http://vtoman.wordpress.com/2009/01/08/introduction-to-xproc/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=121&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Anyone interested in learning/understanding XProc, don&#8217;t miss the excellent <a href="http://www.dpawson.co.uk/xproc/">Introduction to XProc</a> written by Dave Pawson. It is still work in progress, but it already contains a lot of useful information.<br />
Another nice place to get started with XProc is James Sulak&#8217;s <a href="http://www.wordsinboxes.com/search/label/xproc">blog</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtoman.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtoman.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtoman.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtoman.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtoman.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtoman.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtoman.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtoman.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtoman.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtoman.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtoman.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtoman.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtoman.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtoman.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=121&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtoman.wordpress.com/2009/01/08/introduction-to-xproc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d47a5a0f52ff730c5e73cc414955a25b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vojta</media:title>
		</media:content>
	</item>
		<item>
		<title>First XProc test report for Calumet published</title>
		<link>http://vtoman.wordpress.com/2008/12/31/first-xproc-test-report-for-calumet-published/</link>
		<comments>http://vtoman.wordpress.com/2008/12/31/first-xproc-test-report-for-calumet-published/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 07:53:23 +0000</pubDate>
		<dc:creator>Vojtěch Toman</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[X-Hive]]></category>
		<category><![CDATA[XProc]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[EMC]]></category>

		<guid isPermaLink="false">http://vtoman.wordpress.com/?p=101</guid>
		<description><![CDATA[We have gone public &#8211; at last! Yesterday, I submitted the first test report for Calumet, which is the code name for our XProc implementation. As of today, we pass 95% percent of the required tests, and about half of &#8230; <a href="http://vtoman.wordpress.com/2008/12/31/first-xproc-test-report-for-calumet-published/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=101&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We have gone public &#8211; at last! Yesterday, I submitted the first <a href="http://tests.xproc.org/results/calumet/">test report</a> for <em>Calumet</em>, which is the code name for <a href="http://www.emc.com">our</a> XProc implementation.<br />
As of today, we pass 95% percent of the required tests, and about half of the optional tests, which makes for about 90% success rate overall. Compared to <a href="http://xmlcalabash.com/">Calabash</a>, which scores 97% at the moment, we still lag behind a bit, but we have made a good start, I think, more so that Calumet is getting more mature and compliant every day (literally). Stay tuned.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtoman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtoman.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtoman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtoman.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtoman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtoman.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtoman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtoman.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtoman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtoman.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtoman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtoman.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtoman.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtoman.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=101&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtoman.wordpress.com/2008/12/31/first-xproc-test-report-for-calumet-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d47a5a0f52ff730c5e73cc414955a25b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vojta</media:title>
		</media:content>
	</item>
		<item>
		<title>XProc &#8211; The next rockstar?</title>
		<link>http://vtoman.wordpress.com/2008/12/06/xproc-the-next-rockstar/</link>
		<comments>http://vtoman.wordpress.com/2008/12/06/xproc-the-next-rockstar/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 18:38:20 +0000</pubDate>
		<dc:creator>Vojtěch Toman</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[X-Hive]]></category>
		<category><![CDATA[XProc]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://vtoman.wordpress.com/?p=70</guid>
		<description><![CDATA[While working on an XProc implementation, and especially after using XProc in real-life and seeing its true power, I am more and more confident that XProc will soon become one of the most popular (and useful) XML technologies out here. &#8230; <a href="http://vtoman.wordpress.com/2008/12/06/xproc-the-next-rockstar/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=70&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While working on an <a href="http://www.w3.org/TR/xproc/" target="_new">XProc</a> implementation, and especially after using XProc in real-life and seeing its <i>true power</i>, I am more and more confident that XProc will soon become one of the most popular (and useful) XML technologies out here. For me, the reasons are simple:</p>
<ul>
<li>XProc integrates a whole plethora of XML technologies, ranging from XPath, XSL and XSLT, to XInclude processing, schema validation and XQuery support. The good thing about XProc is that you don&#8217;t have to learn the details of the different programming APIs and models. XProc shields you from that. To me, this is the most significant benefit of using XProc &#8211; and in fact, it is the <i>very reason</i> why XProc exists after all. Make manipulating XML content simple, transparent, and easy to understand.</li>
<li>XProc can make application development simpler, and faster. No more tedious XML programming (I guess we all know that <q>how many times did I write this code before?</q> feeling&#8230;), no more low-level dances around constructing/navigating/updating the DOM tree. Not any more: Here, this my XProc pipeline, run it and give me the results I want.</li>
<li>XProc can make applications more reliable and less buggy (once the XProc processor get good enough, of course :). This is related to the previous point. You see, manual XML programming is potentially dangerous, especially in the hands of unexperienced developers who are not aware of all the nifty details. I have seen too many examples of badly written code for performing an XSLT transformation, or for just parsing an XML document&#8230; And I am really glad that finally there is a tool that, to put it bluntly, can shield us from crappy programming. And once there are visual tools for building XProc pipelines &#8211; and I am sure there will be some soon &#8211; we will be even safer.</li>
<li>XProc is simple. Querying content using XQuery, transforming the results to XSL-FO, and generating a final PDF document has never been easier:
<pre>&lt;p:declare-step&gt;
  &lt;p:input port="source"/&gt;
  &lt;p:input port="parameters" kind="parameter"/&gt;

  &lt;p:xquery&gt;
    &lt;p:input port="query"&gt;
      &lt;p:data href="stats.xq" content-type="application/xquery"/&gt;
    &lt;/p:input&gt;
  &lt;/p:xquery&gt;

  &lt;p:xslt&gt;
    &lt;p:input port="stylesheet"&gt;
      &lt;p:document href="stats2fo.xsl"/&gt;
    &lt;/p:input&gt;
  &lt;/p:xslt&gt;

  &lt;p:xsl-formatter href="out/stats.pdf"/&gt;
&lt;/p:declare-step&gt;
</pre>
</li>
<li>XProc is extensible. XProc comes with a library of standard steps, but one of the core features of the language is that it allows you to declare custom steps that provide more complex (or not supported by default) functionality. You can organize your custom steps in libraries, which you can then import in your XProc pipelines in a way similar to importing stylesheets in XSLT.
<pre>&lt;p:pipeline&gt;
  &lt;p:import href="sq-library.xpl"/&gt;
  ...
  &lt;sq:get-stock-quote ticker="GOOG"
      xmlns:sq="http://www.foo.com/sq/ns/"/&gt;
  ...
&lt;/p:pipeline&gt;
</pre>
</li>
<li>&#8230;and finally, XProc is fun!</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtoman.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtoman.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtoman.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtoman.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtoman.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtoman.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtoman.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtoman.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtoman.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtoman.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtoman.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtoman.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtoman.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtoman.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=70&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtoman.wordpress.com/2008/12/06/xproc-the-next-rockstar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d47a5a0f52ff730c5e73cc414955a25b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vojta</media:title>
		</media:content>
	</item>
		<item>
		<title>XProc goes to CR!</title>
		<link>http://vtoman.wordpress.com/2008/11/28/xproc-goes-to-cr/</link>
		<comments>http://vtoman.wordpress.com/2008/11/28/xproc-goes-to-cr/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 10:23:27 +0000</pubDate>
		<dc:creator>Vojtěch Toman</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[X-Hive]]></category>
		<category><![CDATA[XProc]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://vtoman.wordpress.com/?p=49</guid>
		<description><![CDATA[On November 26, W3C announced that XProc has moved the Candidate Recommendation status. For those who don&#8217;t know what XProc, or XML Pipeline Language, is, I think it&#8217;s best to quote the specification: [XProc is] a language for describing operations &#8230; <a href="http://vtoman.wordpress.com/2008/11/28/xproc-goes-to-cr/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=49&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On November 26, W3C <a href="http://www.w3.org/News/2008#item200" target="_new">announced</a> that <i>XProc</i> has moved the Candidate Recommendation status.</p>
<p>For those who don&#8217;t know what XProc, or <i>XML Pipeline Language</i>, is, I think it&#8217;s best to quote the <a href="http://www.w3.org/TR/xproc/" target="_new">specification</a>:</p>
<blockquote>
<p>[XProc is] a language for describing operations to be performed on XML documents.</p>
<p>An XML Pipeline specifies a sequence of operations to be performed on zero or more XML documents. Pipelines generally accept zero or more XML documents as input and produce zero or more XML documents as output. Pipelines are made up of simple steps which perform atomic operations on XML documents and constructs similar to conditionals, iteration, and exception handlers which control which steps are executed.</p>
</blockquote>
<p>The specification is maintained by the <a href="http://www.w3.org/XML/Processing/" target="_new">XML Processing Model Working Group</a>, which I happen to be a member of. The group is chaired by Norman Walsh, who &#8211; in parallel to his great editorial work (and I mean it, Norm; it has been a pleasure for me so far!) &#8211; is also responsible for the development of <a href="http://xmlcalabash.com/" target="_new">Calabash</a>, the reference XProc implementation.</p>
<p>My involvement with XProc (and the WG) began in early 2008, when I started implementing an XProc processor for my <a href="http://www.x-hive.com/" target="_new">employer</a>. Since then, the specification has undergone a number of changes of varying magnitudes, so at times it was quite a challenge to keep our implementation in sync. But I endured (hey, I get paid for that!), and now I am happy to see that both Calabash and our &#8211; yet unnamed &#8211; processor are getting more mature every day.</p>
<p>At the moment, one of the most important tasks for the WG is to come up with a comprehensive test suite that would cover most of the language. And the sooner we are done with this the better, since the test suite not only helps to guarantee a reasonable level of interoperability among XProc implementations, but the whole process of writing test cases helps us to detect and fix defects or ambiguities in the specification until there is still time.  There are quite a <a href="http://tests.xproc.org/" target="_new">number of tests</a> already, and I would say we are somewhere halfway through, so there is definitely still some work to be done&#8230; But we are making good progress, I think, and we will get there, soon.</p>
<p>In the meantime, feel encouraged to get in touch with us at the <a href="mailto:xproc-dev@w3.org">xproc-dev@w3.org</a> mailing list. It is the perfect place to find out more about XProc and to ask questions. You can subscribe by sending an e-mail with the subject <q>subscribe</q> to <a href="mailto:xproc-dev-request@w3.org">xproc-dev-request@w3.org</a>. See you there!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtoman.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtoman.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtoman.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtoman.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtoman.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtoman.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtoman.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtoman.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtoman.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtoman.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtoman.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtoman.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtoman.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtoman.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=49&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtoman.wordpress.com/2008/11/28/xproc-goes-to-cr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d47a5a0f52ff730c5e73cc414955a25b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vojta</media:title>
		</media:content>
	</item>
		<item>
		<title>S1000D Logic Engine Presentation</title>
		<link>http://vtoman.wordpress.com/2008/11/25/s1000d-logic-engine-presentation/</link>
		<comments>http://vtoman.wordpress.com/2008/11/25/s1000d-logic-engine-presentation/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 09:16:14 +0000</pubDate>
		<dc:creator>Vojtěch Toman</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[X-Hive]]></category>
		<category><![CDATA[S1000D]]></category>

		<guid isPermaLink="false">http://vtoman.wordpress.com/2008/11/25/s1000d-logic-engine-presentation/</guid>
		<description><![CDATA[In October 2008, I attended the joint ATA e-Business Forum/S1000D User Forum in Budapest, where I was talking about the S1000D Process Data Module and about our Logic Engine implementation. The presentations from the Forum are now available on-line, so &#8230; <a href="http://vtoman.wordpress.com/2008/11/25/s1000d-logic-engine-presentation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=44&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In October 2008, I attended the joint <a href="http://www.ataebiz.org/forum/">ATA e-Business Forum/S1000D User Forum</a> in Budapest, where I was talking about the S1000D Process Data Module and about <a href="http://www.x-hive.com/products/s1000d/s1000d-pdm-le.html">our Logic Engine implementation</a>.</p>
<p>The presentations from the Forum are now available on-line, so if you are curious what is this weird S1000D stuff all about, you can view a PDF version of my presentation <a href="http://www.ataebiz.org/forum/2008_ata_e-biz_forum_agenda/LogicEngine_Toman.pdf">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtoman.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtoman.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtoman.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtoman.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtoman.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtoman.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtoman.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtoman.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtoman.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtoman.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtoman.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtoman.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtoman.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtoman.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtoman.wordpress.com&amp;blog=433677&amp;post=44&amp;subd=vtoman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtoman.wordpress.com/2008/11/25/s1000d-logic-engine-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d47a5a0f52ff730c5e73cc414955a25b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vojta</media:title>
		</media:content>
	</item>
	</channel>
</rss>
