w3mepub

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

commit f0325057a5291aef4c42295ee11b20af51e9c133
parent 8227b9c473d83a060917aa71f2a794b2b68f0eb4
Author: Sunur Efe Vural <efe@efe.kim>
Date:   Sun,  5 May 2019 15:17:30 -0400

split long line

Diffstat:
Mxslt/content.xsl | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xslt/content.xsl b/xslt/content.xsl @@ -8,7 +8,8 @@ xmlns:dc="http://purl.org/dc/elements/1.1/"> <xsl:variable name="idsel" select="@idref"/> <xsl:value-of select="$rootdir" /> <xsl:text>/</xsl:text> - <xsl:value-of select="/opf:package/opf:manifest/opf:item[@id=$idsel]/@href"/> + <xsl:value-of select="/opf:package/ + opf:manifest/opf:item[@id=$idsel]/@href"/> <xsl:text>&#xa;</xsl:text> </xsl:for-each> </xsl:template>