<?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"
	>
<channel>
	<title>Comments on: Zotero, XML, Python, and SP28</title>
	<atom:link href="http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/</link>
	<description>Failing better at understanding the past</description>
	<pubDate>Thu, 20 Nov 2008 15:43:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Gavin Robinson</title>
		<link>http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/#comment-11628</link>
		<dc:creator>Gavin Robinson</dc:creator>
		<pubDate>Sun, 23 Dec 2007 20:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/#comment-11628</guid>
		<description>I know &lt;a href="http://digitalhistoryhacks.blogspot.com/" rel="nofollow"&gt;Bill Turkel&lt;/a&gt; has mentioned going directly into the Zotero SQLite database, but I haven't tried it myself. In this case I'm putting in custom XML as notes anyway, and I find XML very easy to work with, so exporting the records as XML seemed like the way to go.

I'm now increasingly thinking that even with custom fields it won't be practical to use Zotero to store all the data I want. At least some documents are just too big and complicated and will need to be represented in a custom database or XML. For example, the account book I photographed at the PRO last month has around 3,000 entries!</description>
		<content:encoded><![CDATA[<p>I know <a href="http://digitalhistoryhacks.blogspot.com/" rel="nofollow">Bill Turkel</a> has mentioned going directly into the Zotero SQLite database, but I haven&#8217;t tried it myself. In this case I&#8217;m putting in custom XML as notes anyway, and I find XML very easy to work with, so exporting the records as XML seemed like the way to go.</p>
<p>I&#8217;m now increasingly thinking that even with custom fields it won&#8217;t be practical to use Zotero to store all the data I want. At least some documents are just too big and complicated and will need to be represented in a custom database or XML. For example, the account book I photographed at the PRO last month has around 3,000 entries!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Cosgrave</title>
		<link>http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/#comment-11625</link>
		<dc:creator>Mike Cosgrave</dc:creator>
		<pubDate>Sun, 23 Dec 2007 19:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/#comment-11625</guid>
		<description>This is very useful stuff!

However, since Zotero uses sqlite as its database, surely you can use any sqlite  front end to pull out the records you want directly into a separate database in order to perform analysis? For some research, this could be handier than exporting and re-importing the data. 

I wonder if OpenOffice Base can connect to SQLite? Then you could just populate a Calc sheet with the data, and work out the pounds-shillings-pence cost of supplies, regardless of whether they were delivered in tuns, kilderkins, pecks barrels or bushels! Maybe I'll get to play with these over the holidays.</description>
		<content:encoded><![CDATA[<p>This is very useful stuff!</p>
<p>However, since Zotero uses sqlite as its database, surely you can use any sqlite  front end to pull out the records you want directly into a separate database in order to perform analysis? For some research, this could be handier than exporting and re-importing the data. </p>
<p>I wonder if OpenOffice Base can connect to SQLite? Then you could just populate a Calc sheet with the data, and work out the pounds-shillings-pence cost of supplies, regardless of whether they were delivered in tuns, kilderkins, pecks barrels or bushels! Maybe I&#8217;ll get to play with these over the holidays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin Robinson</title>
		<link>http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/#comment-11407</link>
		<dc:creator>Gavin Robinson</dc:creator>
		<pubDate>Fri, 21 Dec 2007 10:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/#comment-11407</guid>
		<description>Actually that function to get the text from an element doesn't work properly if there isn't any text, and it's probably unnecessary anyway. At first I was just using firstChild to extract the text, but then I thought "what if there happens to be more than one child node?". Well, with the custom XML I'm using the elements I'm interested in won't have any children other than the text they contain, and if they do it means I've done something wrong. Maybe in future I'll have to think of something more sophisticated but for now it seems like I'm trying to solve a problem that I don't really have.</description>
		<content:encoded><![CDATA[<p>Actually that function to get the text from an element doesn&#8217;t work properly if there isn&#8217;t any text, and it&#8217;s probably unnecessary anyway. At first I was just using firstChild to extract the text, but then I thought &#8220;what if there happens to be more than one child node?&#8221;. Well, with the custom XML I&#8217;m using the elements I&#8217;m interested in won&#8217;t have any children other than the text they contain, and if they do it means I&#8217;ve done something wrong. Maybe in future I&#8217;ll have to think of something more sophisticated but for now it seems like I&#8217;m trying to solve a problem that I don&#8217;t really have.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
