<?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: Hacking About In III&#8217;s Web OPAC</title>
	<atom:link href="http://scriblio.net/scribbles/148/hacking-about-in-iiis-web-opac/feed/" rel="self" type="application/rss+xml" />
	<link>http://scriblio.net/scribbles/148/hacking-about-in-iiis-web-opac/</link>
	<description>open source software for libraries</description>
	<lastBuildDate>Sun, 08 Apr 2012 20:17:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: abrin</title>
		<link>http://scriblio.net/scribbles/148/hacking-about-in-iiis-web-opac/#comment-1678</link>
		<dc:creator>abrin</dc:creator>
		<pubDate>Fri, 07 Apr 2006 13:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://libdev.plymouth.edu/post/33#comment-1678</guid>
		<description>for III pages where you can&#039;t use a token, like a given record page, you could also use:


// http://tripod.brynmawr.edu:80/record=b2549923
var bibid = document.getElementById(&#039;recordnum&#039;).href;

bibid = bibid.substring(bibid.indexOf(&#039;=&#039;));

which returns a full url to the bib (), but you could truncate it.</description>
		<content:encoded><![CDATA[<p>for III pages where you can&#8217;t use a token, like a given record page, you could also use:</p>
<p>// <a href="http://tripod.brynmawr.edu:80/record=b2549923" rel="nofollow">http://tripod.brynmawr.edu:80/record=b2549923</a><br />
var bibid = document.getElementById(&#8216;recordnum&#8217;).href;</p>
<p>bibid = bibid.substring(bibid.indexOf(&#8216;=&#8217;));</p>
<p>which returns a full url to the bib (), but you could truncate it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
