w3mepub

Text-based EPUB reader
git clone git://efe.kim/w3mepub
Log | Files | Refs | README | LICENSE

commit 9a9bf2a54d6b01a57073adabb3f1e267e1db47f0
parent 82e42d2559de874abb94bc0783218e2f7e328d22
Author: Sunur Efe Vural <efe@efe.kim>
Date:   Sun,  5 May 2019 13:45:26 -0400

remove unused xslt

Diffstat:
Dxslt/parse.xsl | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/xslt/parse.xsl b/xslt/parse.xsl @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<xsl:stylesheet version="1.0" -xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -xmlns:exslt="http://exslt.org/common" -xmlns="http://www.w3.org/1999/xhtml" -xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" -xmlns:ops="http://www.idpf.org/2007/ops" -xmlns:_="http://www.w3.org/1999/xhtml" -xmlns:DEFAULT="http://www.w3.org/1999/xhtml" -extension-element-prefixes="exslt"> - <xsl:output omit-xml-declaration="yes" indent="no"/> - <xsl:template match="/"> - <xsl:copy-of select="/_:html/_:body"/> - </xsl:template> -</xsl:stylesheet>