Re: Code For Web Based MARC Creation

2006-02-28 Thread Edward Summers
It's not an editor, but I imagine this XML file [1] might be useful for creating an editor since it lists the MARC fields, their labels, indicators, and what valid subfields. If you are interested this file is generated by crawling the LoC documentation with this [2]. //Ed [1] http://www.t

Re: Code For Web Based MARC Creation

2006-02-28 Thread Mark Jordan
Hi Aaron, cufts2marc (http://cufts.lib.sfu.ca/cufts2marc.shtml) uses MARC::Record. Code is attached for the script that creates the MARC records -- basically it takes in user options via a complicated form, iterates through the ejournal holdings/linking info for the current resource (i.e., vend

Code For Web Based MARC Creation

2006-02-28 Thread Aaron Huber
Hi All, I would like to make a CGI form that will create MARC records using MARC::Record. Does anyone know of a project already doing somehting like this or know of somewhere where I can see code? Thanks, Aaron