This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""creates individual MARCXML files for archivists toolkit from a MARC21 file""" | |
import pymarc | |
import os | |
import sys | |
header = u"""<?xml version="1.0" encoding="UTF-8" ?> | |
<?xml-stylesheet type="text/xsl" href="MARC21slim2HTML.xsl" ?> | |
<collection xmlns="http://www.loc.gov/MARC21/slim" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
NewerOlder