<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Atom Models</title>
	<link>http://blog.ianbicking.org/2007/08/02/atom-models/</link>
	<description></description>
	<pubDate>Mon, 01 Dec 2008 22:27:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Jeffrey Harris</title>
		<link>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-14253</link>
		<dc:creator>Jeffrey Harris</dc:creator>
		<pubDate>Fri, 08 Feb 2008 19:39:13 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-14253</guid>
		<description>Hi Ian,

Doctests and a standalone Atom library for javascript, marvelous!

It's not immediately clear to me how the GPL affects unit tests.  Is it kosher to distribute a BSD-script with associated doctests using a GPL doctest library?

Also, it wasn't clear to me at first glance what license applies to https://svn.openplans.org/svn/TaggerClient/trunk/javascript/atom.js

Anyway, thanks for working on this!</description>
		<content:encoded><![CDATA[<p>Hi Ian,</p>

<p>Doctests and a standalone Atom library for javascript, marvelous!</p>

<p>It&#8217;s not immediately clear to me how the GPL affects unit tests.  Is it kosher to distribute a BSD-script with associated doctests using a GPL doctest library?</p>

<p>Also, it wasn&#8217;t clear to me at first glance what license applies to <a href="https://svn.openplans.org/svn/TaggerClient/trunk/javascript/atom.js" rel="nofollow">https://svn.openplans.org/svn/TaggerClient/trunk/javascript/atom.js</a></p>

<p>Anyway, thanks for working on this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvain Hellegouarch</title>
		<link>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-88</link>
		<dc:creator>Sylvain Hellegouarch</dc:creator>
		<pubDate>Tue, 07 Aug 2007 19:33:30 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-88</guid>
		<description>If I may, the lxml objectify feature is nowhere as good as Amara's mapping of XML into Python objects which is basically what you try to redo here.

Amara is possibly the most powerful and user-friendly XML library for Python and yet is quite unknown.</description>
		<content:encoded><![CDATA[<p>If I may, the lxml objectify feature is nowhere as good as Amara&#8217;s mapping of XML into Python objects which is basically what you try to redo here.</p>

<p>Amara is possibly the most powerful and user-friendly XML library for Python and yet is quite unknown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bicking</title>
		<link>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-54</link>
		<dc:creator>Ian Bicking</dc:creator>
		<pubDate>Fri, 03 Aug 2007 19:44:29 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-54</guid>
		<description>I've just been using the DOM in Javascript, i.e., getElementsByTagNameNS.  With a few factory functions for getters and setters it's not too terribly bad.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just been using the DOM in Javascript, i.e., getElementsByTagNameNS.  With a few factory functions for getters and setters it&#8217;s not too terribly bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-50</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 03 Aug 2007 18:10:36 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-50</guid>
		<description>jquery's xpath support for your atoms bits?</description>
		<content:encoded><![CDATA[<p>jquery&#8217;s xpath support for your atoms bits?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bicking</title>
		<link>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-23</link>
		<dc:creator>Ian Bicking</dc:creator>
		<pubDate>Thu, 02 Aug 2007 23:45:28 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-23</guid>
		<description>re: Amara

lxml also has the "objectify' extension, which I believe is based on Amara's API.  Enumerating the attributes isn't that hard, though, and it includes extra information like default values or date parsing.

lxml has good namespace support and XPath and  XSLT built in.  

re: Google's library, no, I had missed it.  But it does look like the style of API I specifically didn't use, so I don't feel so bad.</description>
		<content:encoded><![CDATA[<p>re: Amara</p>

<p>lxml also has the &#8220;objectify&#8217; extension, which I believe is based on Amara&#8217;s API.  Enumerating the attributes isn&#8217;t that hard, though, and it includes extra information like default values or date parsing.</p>

<p>lxml has good namespace support and XPath and  XSLT built in.  </p>

<p>re: Google&#8217;s library, no, I had missed it.  But it does look like the style of API I specifically didn&#8217;t use, so I don&#8217;t feel so bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Whitacre</title>
		<link>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-22</link>
		<dc:creator>Chad Whitacre</dc:creator>
		<pubDate>Thu, 02 Aug 2007 23:31:30 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-22</guid>
		<description>You know about [Google's Atom library for Python](http://gdata-python-client.googlecode.com/svn/trunk/src/atom/), yes?

And congrats on the WordPress migration. Is it running via wphp? ;^)</description>
		<content:encoded><![CDATA[<p>You know about <a href="http://gdata-python-client.googlecode.com/svn/trunk/src/atom/">Google&#8217;s Atom library for Python</a>, yes?</p>

<p>And congrats on the WordPress migration. Is it running via wphp? ;^)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-21</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 02 Aug 2007 22:31:05 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2007/08/02/atom-models/#comment-21</guid>
		<description>Did you consider using Amara instead of lxml? The built in API is pretty close to what your decorators are doing and you get things like XPath queries along with usable namespace support. Not to mention XSLT built in.</description>
		<content:encoded><![CDATA[<p>Did you consider using Amara instead of lxml? The built in API is pretty close to what your decorators are doing and you get things like XPath queries along with usable namespace support. Not to mention XSLT built in.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
