These are a few links that point to resources regarding MARC files and editing XML more generally. Do feel free to email me if you have any questions!
- Wonderfully dated MARC overview through Libraries Linking Idaho
- MARC reference guide
- OpenRefine Tutorials & Docs
- Owen Stephens' posts on converting between MarcEdit and OpenRefineincluded for completeness, no expectations that you be able to follow this tutorial unless interested
- OpenRefine
- MarcEdit
- Online XML Validator
- For Macs: TextWrangler
- For PCs: Notepad++
(not many steps but potentially a little scary)
#!/bin/sh
XMLLINT_INDENT=$'\t' xmllint --format --encode utf-8 -
- open a new file in TextWrangler
- cut & paste the code snippet above
- save to file named
TidyXML.sh
- move this file to the following folder:
~/Library/Application Support/TextWrangler/Text Filters/
Note: If theLibrary
folder does not appear under/Users/[username]/
in Finder, simply hold down theoption
key - restart TextWrangler, now under
Text > Text Filters
you should see an option forTidyXML
- open plugin manager:
Plugins > Plugin Manager
- select XML Tools from the install menu:
Install > XML Tools
- under
Plugins > XML Tools
you should now see an option for Pretty Print which should automatically format your XML file