forked from cnelsonFLVC/FLVC_Islandora_XSLTs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
46 lines (36 loc) · 1.18 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
FLVC_Islandora_XSLTs
====================
XSLT files for Islandora project
== DC2MODS_DigiTool.xsl ==
Transforms Dublin Core CDATA from DigiTool files into MODS
through Liang's migration processing.
--> Liang use only
== FLVC_MODS_postprocessing.xsl ==
Transforms MODS created by the Form Builder in GUI
into clean MODS. Adds a PURL if the file doesn't
already have one.
--> Islandora GUI use only
== MARC21slim2HTML_FLVC ==
Transforms MARC into HTML output
for viewing in the MARC tab of Islandora
GUI
--> Islandora MARCXML module use
== MARC21slim2MODS3-4_FLVC ==
Transforms MARCXML input through the Islandora
GUI into MODS for the Form Builder.
--> Islandora MARCXML module use
== MARCXML2MODS_DigiTool ==
Transforms MARCXML CDATA output from DigiTool files
into MODS through Liang's migration processing.
--> Liang use only
== MODS3-4_MARC21slim_XSLT1-0_FLVC ==
Transforms MODS from Islandora into
MARCXML for output to MARC tab in Islandora
GUI.
--> Islandora MARCXML module use
== info.xml, purl.xml ==
Test sample companion code from Liang's processes.
No need to edit or track.
== MARC21slimUtils.xsl ==
Included file from LOC, necessary for MARC
transformation. Do not edit, do not track.