Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
Alix Chagué edited this page Jul 13, 2018 · 4 revisions

1. Download latest version of Saxon HE parser (ex: saxonHE-9-0-8-12J):

2. Set following directory configuration:

page2tei_TimeUs
  |- page2tei_TU.xsl
  |- stringpack.xsl
  |- saxon9he.jar
  |- input/
    | (all page-files to transform)
  |- output/

3. open directory in Terminal and type: java -jar saxon9he.jar -s:input/ -o:output/ -xsl:page2tei_TU.xsl

Clone this wiki locally