<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.talis.com/tdn" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Talis Developer Network - Page - Comments</title>
 <link>http://www.talis.com/tdn</link>
 <description>Comments for &quot;Page&quot;</description>
 <language>en</language>
<item>
 <title>Hi Richard
Well spotted, I</title>
 <link>http://www.talis.com/tdn/node/1718#comment-624</link>
 <description>&lt;p&gt;Hi Richard&lt;/p&gt;
&lt;p&gt;Well spotted, I think you are right.&lt;/p&gt;
&lt;p&gt;We can see this selecting what comes after &#039;urn:isbn&#039; for each dc:identifier element, and *if* it is not the first isbn, stick a comma in front of it first.&lt;/p&gt;
&lt;p&gt;XSLT seems like a very cool way of presenting data.&lt;/p&gt;
&lt;p&gt;Chris Keene - University of Sussex.&lt;br /&gt;
PS the lack of a pre tag in the commenting system on TDN makes it very difficult to copy code info to this message box!&lt;/p&gt;
</description>
 <pubDate>Thu, 24 Jan 2008 14:09:57 +0000</pubDate>
 <dc:creator>ckeene</dc:creator>
 <guid isPermaLink="false">comment 624 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Cenote XSLT question</title>
 <link>http://www.talis.com/tdn/node/1718#comment-623</link>
 <description>&lt;p&gt;I&#039;m no expert, but I think the magic is done a bit lower down in the xslt (RenderItemDetails) specifically;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
xsl:template match=&quot;dc:identifier&quot;&lt;br /&gt;
		xsl:variable name=&quot;isbn&quot; select=&quot;substring-after(.,&#039;urn:isbn:&#039;)&quot; /&lt;br /&gt;
			xsl:if test=&quot;position() &amp;gt; 1&quot;&lt;br /&gt;
				xsl:text, /xsl:text&lt;br /&gt;
			/xsl:if&lt;br /&gt;
			xsl:value-of select=&quot;$isbn&quot; /&lt;br /&gt;
	/xsl:template&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I hope this helps.&lt;/p&gt;
&lt;p&gt;Richard Francis&lt;br /&gt;
Support, Talis&lt;/p&gt;
</description>
 <pubDate>Wed, 23 Jan 2008 13:18:22 +0000</pubDate>
 <dc:creator>richardfrancis</dc:creator>
 <guid isPermaLink="false">comment 623 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Cenote XSLT question</title>
 <link>http://www.talis.com/tdn/node/1718#comment-622</link>
 <description>&lt;p&gt;Have a question about one of the XSLT stylesheets used in Cenote. Due fully to my limited knowledge in this area and should probably be better addressed to a xslt-newbie forum.&lt;/p&gt;
&lt;p&gt;Anyway...&lt;/p&gt;
&lt;p&gt;For item details, you have the following code for Author(s)&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&amp;lt;td class=&quot;value author&quot;&amp;gt;&lt;br /&gt;
&amp;lt;xsl:variable name=&quot;author&quot; select=&quot;/rdf:RDF/rss:item/dc:creator[1]&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;xsl:value-of select=&quot;$author&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;xsl:for-each select=&quot;/rdf:RDF/rss:item/dc:creator[position() &amp;gt; 1]&quot;&amp;gt; &amp;amp;&lt;br /&gt;
&amp;lt;xsl:value-of select=&quot;text()&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/xsl:for-each&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This is fine, produce a table cell, print out the first author name, and for any additional names produce an  	&amp;amp; and then their name. Good.&lt;/p&gt;
&lt;p&gt;But here is the code for listing the ISBNs:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;td class=&quot;value isbn&quot;&amp;gt;&lt;br /&gt;
&amp;lt;xsl:apply-templates select=&quot;/rdf:RDF/rss:item/dc:identifier[starts-with(text(), &#039;urn:isbn:&#039;)]&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This produces output such as &quot;9781858983608, 1858983606&quot;. But I don&#039;t see how it is doing this. I thought there might be some sort of template or specification elsewhere in the file, or in another referenced file, but couldn&#039;t see one. I can see it selects &#039;dc:identifier&#039; and only those that start &#039;urn:isbn&#039; but can&#039;t see how it actually *removes* the preceding urn:isbn, and adds commas between each one. How does this code produce a nice list?&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;p&gt;Chris Keene - University of Sussex.&lt;/p&gt;
</description>
 <pubDate>Sun, 20 Jan 2008 20:17:49 +0000</pubDate>
 <dc:creator>ckeene</dc:creator>
 <guid isPermaLink="false">comment 622 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Holdings Store</title>
 <link>http://www.talis.com/tdn/20minuteunion_video#comment-582</link>
 <description>&lt;p&gt;Hi Phil &amp;amp; Michael,&lt;/p&gt;
&lt;p&gt;Being a &#039;concept-car&#039; Cenote is excellent at both demonstrating possibilities and highlighting the fact that it is not a production system.  Although the stores it uses are hosted in the live Platform, the processes used to maintain the data in those stores are  snapshots for demonstration purposes.  The consequences of this are being highlighted by your comments in this thread.  &lt;/p&gt;
&lt;p&gt;There is work underway to build the processes for the management of data flows into and between data stores in a way that will benefit all the applications that load data in to and consume the services provided by Platform stores.&lt;/p&gt;
&lt;p&gt;Once these processes are in place, there will be an improvement in the consistence and currency of holdings data.  &lt;/p&gt;
&lt;p&gt;Richard Wallis&lt;br /&gt;
Technology Evangelist - Talis&lt;/p&gt;
</description>
 <pubDate>Tue, 31 Jul 2007 09:50:15 +0100</pubDate>
 <dc:creator>Richard Wallis</dc:creator>
 <guid isPermaLink="false">comment 582 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>MIA or AWOL?</title>
 <link>http://www.talis.com/tdn/20minuteunion_video#comment-581</link>
 <description>&lt;p&gt;I&#039;ve noticed this as well.  &lt;/p&gt;
&lt;p&gt;See these Cenote records with no Bolton holdings data: &lt;a href=&quot;http://cenote.talis.com/isbn/0316729922&quot;&gt;Mind Gym&lt;/a&gt; (although the record seems wrong anyway); &lt;a href=&quot;http://cenote.talis.com/isbn/9781569717516&quot;&gt;a graphic novel&lt;/a&gt;; &lt;a href=&quot;http://cenote.talis.com/isbn/1852863269&quot;&gt;another graphic novel&lt;/a&gt;; and &lt;a href=&quot;http://cenote.talis.com/isbn/9781405046954&quot;&gt;a seminal text on feline location&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Yet they&#039;re definitely in Prism: &lt;a href=&quot;http://prism.bolton.gov.uk/TalisPrism/doOpenURLSearch.do?isbn=0316729922&quot;&gt;here&lt;/a&gt;; &lt;a href=&quot;http://prism.bolton.gov.uk/TalisPrism/doOpenURLSearch.do?isbn=1840234482&quot;&gt;here&lt;/a&gt;; &lt;a href=&quot;http://prism.bolton.gov.uk/TalisPrism/doOpenURLSearch.do?isbn=1852863269&quot;&gt;here&lt;/a&gt;; and &lt;a href=&quot;http://prism.bolton.gov.uk/TalisPrism/doOpenURLSearch.do?isbn=9781405046954&quot;&gt;here&lt;/a&gt;.  I&#039;ve seen copies of each of these books (and I heartily recommend the last one), so I know they exist.  What&#039;s more, we&#039;ve had them a while so it&#039;s not just a case of our holdings data in Source/Bigfoot lagging too far behind reality.&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;Michael Stead&lt;br /&gt;
e-Resources Librarian&lt;br /&gt;
Bolton Libraries&lt;/p&gt;
</description>
 <pubDate>Tue, 24 Jul 2007 16:09:26 +0100</pubDate>
 <dc:creator>michael stead</dc:creator>
 <guid isPermaLink="false">comment 581 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Holdings missing?</title>
 <link>http://www.talis.com/tdn/20minuteunion_video#comment-579</link>
 <description>&lt;p&gt;Dear Richard,&lt;br /&gt;
This item is in De Montfort University&#039;s stock, so perhaps we should talk about whether you are able to collect updates on a regular basis from us.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Phil Adams&lt;/p&gt;
</description>
 <pubDate>Tue, 24 Jul 2007 13:05:25 +0100</pubDate>
 <dc:creator>Fulup</dc:creator>
 <guid isPermaLink="false">comment 579 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Not held in contributing libraries</title>
 <link>http://www.talis.com/tdn/20minuteunion_video#comment-578</link>
 <description>&lt;p&gt;Hi Phil,&lt;/p&gt;
&lt;p&gt;The reason you are getting zero results is that none of the contributing UK Libraries have registered as having stock, when the store was created.&lt;/p&gt;
&lt;p&gt;Richard Wallis&lt;br /&gt;
Technology Evangelist - Talis&lt;/p&gt;
</description>
 <pubDate>Mon, 23 Jul 2007 17:33:38 +0100</pubDate>
 <dc:creator>Richard Wallis</dc:creator>
 <guid isPermaLink="false">comment 578 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Holding store</title>
 <link>http://www.talis.com/tdn/20minuteunion_video#comment-577</link>
 <description>&lt;p&gt;I was expecting more positive results for a URL like:&lt;/p&gt;
&lt;p&gt;http://api.talis.com/stores/holdings/items?query=0192853589&amp;amp;max=10&amp;amp;offset=0&amp;amp;sort=&amp;amp;xsl=&amp;amp;content-type=&lt;/p&gt;
&lt;p&gt;Am I looking in the right place/&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Phil Adams&lt;/p&gt;
</description>
 <pubDate>Mon, 23 Jul 2007 16:51:28 +0100</pubDate>
 <dc:creator>Fulup</dc:creator>
 <guid isPermaLink="false">comment 577 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Possibly a bug</title>
 <link>http://www.talis.com/tdn/20minuteunion_video#comment-570</link>
 <description>&lt;p&gt;Hi Phil,&lt;/p&gt;
&lt;p&gt;That looks like a small bug in that service. We recently changed the URLs of some services to remove the /bf part. All the services should redirect to the new URLs but it looks like there&#039;s a problem with this one. If you try the following:&lt;/p&gt;
&lt;p&gt;http://api.talis.com/stores/holdings/services/augment?data-uri=http%3A%2F%2Fapi.talis.com%2Fbf%2Fstores%2Fukbib%2Fitems%3Fquery%3Domoo%26offset%3D0&lt;/p&gt;
&lt;p&gt;Then it should work.&lt;/p&gt;
&lt;p&gt;Note I removed the /bf from the service URL. Not all the documentation has caught up unfortunately.&lt;/p&gt;
&lt;p&gt;I&#039;ll file this as a bug to be fixed.&lt;/p&gt;
&lt;p&gt;Thanks for tracking this down.&lt;/p&gt;
&lt;p&gt;Ian&lt;/p&gt;
</description>
 <pubDate>Thu, 28 Jun 2007 16:06:40 +0100</pubDate>
 <dc:creator>Ian Davis</dc:creator>
 <guid isPermaLink="false">comment 570 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Error message</title>
 <link>http://www.talis.com/tdn/20minuteunion_video#comment-569</link>
 <description>&lt;p&gt;I tried this and came up with a request;&lt;br /&gt;
http://api.talis.com/bf/stores/holdings/services/augment?data-uri=http%3A%2F%2Fapi.talis.com%2Fbf%2Fstores%2Fukbib%2Fitems%3Fquery%3Domoo%26offset%3D0&lt;/p&gt;
&lt;p&gt;This returns an error message:&lt;br /&gt;
data-uri parameter invalid http%3A%2F%2Fapi.talis.com%2Fbf%2Fstores%2Fukbib%2Fitems%3Fquery%3Domoo%26offset%3D0&lt;/p&gt;
&lt;p&gt;Am I missing something?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Phil Adams&lt;/p&gt;
</description>
 <pubDate>Thu, 28 Jun 2007 15:25:31 +0100</pubDate>
 <dc:creator>Fulup</dc:creator>
 <guid isPermaLink="false">comment 569 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Avi file seems to be out of sync :-/</title>
 <link>http://www.talis.com/tdn/20minuteunion_video#comment-510</link>
 <description>&lt;p&gt;Great Presentation, feel like building my own catalog now.&lt;/p&gt;
&lt;p&gt;- The AVI video file appears to be out of sync the last few minutes though...&lt;/p&gt;
</description>
 <pubDate>Mon, 23 Apr 2007 22:59:57 +0100</pubDate>
 <dc:creator>Banta</dc:creator>
 <guid isPermaLink="false">comment 510 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Updated Version!</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries#comment-422</link>
 <description>&lt;p&gt;You can now select your own subset of libraries, in addition to seeing all libraries that hold a copy.&lt;br /&gt;
Amazon@Libraries has now become a personalised library lookup tool for Amazon.co.uk.&lt;/p&gt;
&lt;p&gt;Richard Wallis&lt;br /&gt;
Technology Evangelist - Talis&lt;/p&gt;
</description>
 <pubDate>Tue, 12 Dec 2006 10:58:26 +0000</pubDate>
 <dc:creator>Richard Wallis</dc:creator>
 <guid isPermaLink="false">comment 422 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Re: tempdb full</title>
 <link>http://www.talis.com/tdn/contribute#comment-338</link>
 <description>&lt;p&gt;Hello Jim,&lt;/p&gt;
&lt;p&gt;Thanks for your reply. I have already got Talis Support to expand tempdb.&lt;/p&gt;
&lt;p&gt;All the best&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
</description>
 <pubDate>Thu, 31 Aug 2006 15:34:59 +0100</pubDate>
 <dc:creator>Chris Langham</dc:creator>
 <guid isPermaLink="false">comment 338 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Re: tempdb full</title>
 <link>http://www.talis.com/tdn/contribute#comment-331</link>
 <description>&lt;p&gt;Hi Chris,&lt;/p&gt;
&lt;p&gt;1. Yes, tempdb is cleared down when Sybase is restarted. So since it&#039;s the MIS Server you can simply stop and start Sybase.&lt;/p&gt;
&lt;p&gt;2. Tempdb can be expanded (it should be at least 200mb). You can use sp_helpdb to check. If it needs to be bigger I would suggest you log a call with Client Services.&lt;/p&gt;
&lt;p&gt;Can I also suggest you direct future posts to the appropriate section of the &lt;a href=&quot;http://www.talis.com/tdn/forum/&quot;&gt;Discussion Area&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jim&lt;/p&gt;
</description>
 <pubDate>Tue, 22 Aug 2006 16:48:05 +0100</pubDate>
 <dc:creator>Jim Prince</dc:creator>
 <guid isPermaLink="false">comment 331 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>tempdb full</title>
 <link>http://www.talis.com/tdn/contribute#comment-330</link>
 <description>&lt;p&gt;Hello All,&lt;/p&gt;
&lt;p&gt;Over the past couple of weeks – I’ve had tempdb fill up twice on MIS. The only way I know to fix this problem is to load a backup onto MIS.&lt;/p&gt;
&lt;p&gt;1.	Is there a way of clearing down tempdb without restoring from backup?&lt;br /&gt;
2.	Alternatively can tempdb be expanded?&lt;/p&gt;
&lt;p&gt;I’ve been running some hefty SQLs through the WORK_SUBFIELD or the LOAN tables and I’m sure that these have filled up tempdb. Consequently the contents of this database aren’t needed.&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
</description>
 <pubDate>Tue, 22 Aug 2006 09:07:34 +0100</pubDate>
 <dc:creator>Chris Langham</dc:creator>
 <guid isPermaLink="false">comment 330 at http://www.talis.com/tdn</guid>
</item>
</channel>
</rss>
