[OPEN-ILS-DEV] storing program of study/major information in Evergreen

Robert Soulliere robert.soulliere at mohawkcollege.ca
Thu Jun 11 09:51:15 EDT 2009


Hi guys,

I have a quick database question: 

We would like to store "patron - program of study" information in Evergreen.
Which table should I store this in or is this even possible? From looking at
the database tables, it looks like the "usr_setting" table might be a
candidate. Any suggestions?

Thanks,
Robert


-----Original Message-----
From: open-ils-dev-bounces at list.georgialibraries.org
[mailto:open-ils-dev-bounces at list.georgialibraries.org] On Behalf Of Grant
Johnson
Sent: June 4, 2009 3:04 PM
To: open-ils-dev at list.georgialibraries.org
Subject: [OPEN-ILS-DEV] MARC21slim2RSS2.xsl

We figured out what was busting the shared Evergreen bookbag RSS that we
consume via the Drupal Feed Aggregator.

The Item tag <pubDate> needs to actually be in a valid date format.  
Sincethe contents of this field is being extracted from the marc record,
this isn't always the case.

At some point someone added the  <!--  this is supposed to be RFC-822
compliant -->  comment.

Since the optional <pubDate> item tag should be used to retire old RSS item,
the actual item publication date didn't make any sense.  I commented out the
entire tag in  MARC21slim2RSS2.xsl. 
Problem solved.  :-)


 <!--  this is supposed to be RFC-822 compliant 
			<xsl:for-each
select="marc:datafield[@tag=260]/marc:subfield[@code='c']">
				<pubDate>
					<xsl:value-of select="."/>
				</pubDate>				
			</xsl:for-each>
			
  --> 

-- 

F. Grant Johnson
  Systems Coordinator
  Robertson Library
  University of Prince Edward Island




This E-mail contains privileged and confidential information intended
only for the individual or entity named in the message.  If the reader
of this message is not the intended recipient, or the agent responsible
to deliver it to the intended recipient, you are hereby notified that
any review, dissemination, distribution or copying of this communication
is prohibited.  If this communication was received in error, please
notify the sender by reply E-mail immediately, and delete and destroy
the original message.


More information about the Open-ils-dev mailing list