<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Does XPath 2.0 exist outside of Java?</title>
	<atom:link href="http://dubinko.info/blog/2007/01/23/does-xpath-20-exist-outside-of-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://dubinko.info/blog/2007/01/23/does-xpath-20-exist-outside-of-java/</link>
	<description>From an XML geek, a reader, a writer, a connector, a man of the people (says keep hope alive)</description>
	<lastBuildDate>Sat, 01 Oct 2011 16:18:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: M. David Peterson</title>
		<link>http://dubinko.info/blog/2007/01/23/does-xpath-20-exist-outside-of-java/comment-page-1/#comment-3113</link>
		<dc:creator>M. David Peterson</dc:creator>
		<pubDate>Wed, 24 Jan 2007 16:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/01/23/does-xpath-20-exist-outside-of-java/#comment-3113</guid>
		<description>Saxon.NET?  Never heard of it ;)

Oh wait... Yes I have... That&#039;s that one project I worked on for two years before handing it back over to Dr. Kay/Saxonica.

Hey Micah &gt; Wanna see a neat trick,

[root@localhost Web]# ipy
IronPython 1.1a1 (1.1) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
&gt;&gt;&gt; import Saxon.Api
&gt;&gt;&gt; dir(Saxon.Api)
[&#039;DocumentBuilder&#039;, &#039;DomDestination&#039;, &#039;DynamicError&#039;, &#039;IQueryResolver&#039;, &#039;Processor&#039;, &#039;QName&#039;, &#039;Sche
maManager&#039;, &#039;SchemaResolver&#039;, &#039;SchemaValidationMode&#039;, &#039;SchemaValidator&#039;, &#039;SequenceEnumerator&#039;, &#039;Ser
ializer&#039;, &#039;StaticError&#039;, &#039;TextWriterDestination&#039;, &#039;WhitespacePolicy&#039;, &#039;XPathCompiler&#039;, &#039;XPathExecut
able&#039;, &#039;XPathSelector&#039;, &#039;XQueryCompiler&#039;, &#039;XQueryEvaluator&#039;, &#039;XQueryExecutable&#039;, &#039;XdmAtomicValue&#039;,
&#039;XdmAxis&#039;, &#039;XdmDestination&#039;, &#039;XdmEmptySequence&#039;, &#039;XdmItem&#039;, &#039;XdmNode&#039;, &#039;XdmValue&#039;, &#039;XmlDestination&#039;
, &#039;XsltCompiler&#039;, &#039;XsltExecutable&#039;, &#039;XsltTransformer&#039;, &#039;__builtins__&#039;, &#039;__dict__&#039;, &#039;__name__&#039;]
&gt;&gt;&gt;

Python + XSLT 2.0/XPath 2.0/XQuery + .NET 2.0 == Yummy! :D

(and yes... it all runs on Mac :D)</description>
		<content:encoded><![CDATA[<p>Saxon.NET?  Never heard of it ;)</p>
<p>Oh wait&#8230; Yes I have&#8230; That&#8217;s that one project I worked on for two years before handing it back over to Dr. Kay/Saxonica.</p>
<p>Hey Micah &gt; Wanna see a neat trick,</p>
<p>[root@localhost Web]# ipy<br />
IronPython 1.1a1 (1.1) on .NET 2.0.50727.42<br />
Copyright (c) Microsoft Corporation. All rights reserved.<br />
&gt;&gt;&gt; import Saxon.Api<br />
&gt;&gt;&gt; dir(Saxon.Api)<br />
['DocumentBuilder', 'DomDestination', 'DynamicError', 'IQueryResolver', 'Processor', 'QName', 'Sche<br />
maManager', 'SchemaResolver', 'SchemaValidationMode', 'SchemaValidator', 'SequenceEnumerator', 'Ser<br />
ializer', 'StaticError', 'TextWriterDestination', 'WhitespacePolicy', 'XPathCompiler', 'XPathExecut<br />
able', 'XPathSelector', 'XQueryCompiler', 'XQueryEvaluator', 'XQueryExecutable', 'XdmAtomicValue',<br />
'XdmAxis', 'XdmDestination', 'XdmEmptySequence', 'XdmItem', 'XdmNode', 'XdmValue', 'XmlDestination'<br />
, 'XsltCompiler', 'XsltExecutable', 'XsltTransformer', '__builtins__', '__dict__', '__name__']<br />
&gt;&gt;&gt;</p>
<p>Python + XSLT 2.0/XPath 2.0/XQuery + .NET 2.0 == Yummy! :D</p>
<p>(and yes&#8230; it all runs on Mac :D)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Desré</title>
		<link>http://dubinko.info/blog/2007/01/23/does-xpath-20-exist-outside-of-java/comment-page-1/#comment-3111</link>
		<dc:creator>Fabrice Desré</dc:creator>
		<pubDate>Wed, 24 Jan 2007 08:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/01/23/does-xpath-20-exist-outside-of-java/#comment-3111</guid>
		<description>In C++ you hav XQuilla (http://xqilla.sourceforge.net/HomePage)</description>
		<content:encoded><![CDATA[<p>In C++ you hav XQuilla (<a href="http://xqilla.sourceforge.net/HomePage" >http://xqilla.sourceforge.net/HomePage</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony B. Coates</title>
		<link>http://dubinko.info/blog/2007/01/23/does-xpath-20-exist-outside-of-java/comment-page-1/#comment-3110</link>
		<dc:creator>Anthony B. Coates</dc:creator>
		<pubDate>Wed, 24 Jan 2007 06:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/01/23/does-xpath-20-exist-outside-of-java/#comment-3110</guid>
		<description>Well, there is always Saxon.NET for .NET.
Cheers, Tony.</description>
		<content:encoded><![CDATA[<p>Well, there is always Saxon.NET for .NET.<br />
Cheers, Tony.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Lenz</title>
		<link>http://dubinko.info/blog/2007/01/23/does-xpath-20-exist-outside-of-java/comment-page-1/#comment-3109</link>
		<dc:creator>Evan Lenz</dc:creator>
		<pubDate>Wed, 24 Jan 2007 04:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/01/23/does-xpath-20-exist-outside-of-java/#comment-3109</guid>
		<description>Probably not what you had in mind, but Saxon runs on .NET now too! And it works great.</description>
		<content:encoded><![CDATA[<p>Probably not what you had in mind, but Saxon runs on .NET now too! And it works great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

