EDR Crosswalk Workflow
In the case of EDR, the following workflow will produce EpiDoc files.
- Export the table as XML
- Run the corresponding stylesheet to convert the database output to XML with normalized key-value pairs (e.g., if this is EDR and the output file is named EDR.xml, the command xsltproc -o epidocEDR.xml edr2kv.xsl EDR.xml will produce a key-value file names epidocEDR.xml)
- Run the stylesheet that converts key-value files into EpiDoc files (e.g. xsltproc kv2epidoc.xsl epidocEDR.xml)
- You should now have a collection of EpiDoc documents (one per inscription) in the current folder.
NOTE: the kv2epidoc.xsl file uses XSLT Extensions which are only compatible with the the libxslt processor xsltproc. Specifically the function that allows multiple output documents works only in xsltproc.
| (Diagram below sketched in 2008-MAY) |
