Skip to content
Snippets Groups Projects
Commit ba552f0d authored by Thorsten Vitt's avatar Thorsten Vitt
Browse files

Use Isaballa's stylesheet and the packed TEI XSL version

parent 931beaae
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
@Path("/epub")
public class EPUB {
private static final String EPUB_XSL = "/WEB-INF/tei/stylesheet/epub/tei-to-epub.xsl";
private static final String EPUB_XSL = "/WEB-INF/stylesheets/epub.xsl";
private ITextGridRep repository = TextGridRepProvider.getInstance();
......
......@@ -14,10 +14,7 @@
version="2.0"
exclude-result-prefixes="iso tei teix dc html opf ncx smil xs html">
<xsl:import
href="/usr/share/xml/tei/stylesheet/xhtml2/tei.xsl"/>
<!-- by Isabella Reger, BA DH Project, University of Würzburg -->
<xsl:import href="../tei/stylesheet/epub/tei-to-epub.xsl"/>
<!-- ************************* Variablen und Parameter ******************************* -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment