MARC Templates -------------- MARC Templates make the cataloging process more efficient for catalogers. At this time, MARC Templates have to be created on the server, rather than in the Web client. Adding MARC Templates ~~~~~~~~~~~~~~~~~~~~~ . Create a marc template in the directory _/openils/var/templates/marc/_. It should be in xml format. Here is an example file `k_book.xml`: + [source,xml] --------------------------------------------------------------------- 00620cam a2200205Ka 4500 070101s eng d --------------------------------------------------------------------- + . Add the template to the to the marctemplates list in the _open-ils.cat_ section of the Evergreen configuration file `opensrf.xml`. . Restart perl services for changes to take effect with the command `/openils/bin/osrf_ctl.sh -l -a restart_perl`