fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
82e604c
)
output escaping fix
author
Radek Czajka
<radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 1 Sep 2011 09:51:25 +0000
(11:51 +0200)
committer
Radek Czajka
<radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 1 Sep 2011 09:51:25 +0000
(11:51 +0200)
librarian/epub/xsltAnnotations.xsl
patch
|
blob
|
history
librarian/epub/xsltChunkTitle.xsl
patch
|
blob
|
history
librarian/epub/xsltLast.xsl
patch
|
blob
|
history
librarian/epub/xsltScheme.xsl
patch
|
blob
|
history
librarian/epub/xsltTitle.xsl
patch
|
blob
|
history
diff --git
a/librarian/epub/xsltAnnotations.xsl
b/librarian/epub/xsltAnnotations.xsl
index
2d05f1c
..
c66730a
100644
(file)
--- a/
librarian/epub/xsltAnnotations.xsl
+++ b/
librarian/epub/xsltAnnotations.xsl
@@
-27,7
+27,7
@@
</xsl:template>
<xsl:template match="text()" >
</xsl:template>
<xsl:template match="text()" >
- <xsl:value-of select="."
disable-output-escaping="yes"
/>
+ <xsl:value-of select="." />
</xsl:template>
<xsl:template match="pa|pe|pr|pt" mode="przypis">
</xsl:template>
<xsl:template match="pa|pe|pr|pt" mode="przypis">
@@
-75,4
+75,4
@@
</p>
</xsl:template>
</p>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
diff --git
a/librarian/epub/xsltChunkTitle.xsl
b/librarian/epub/xsltChunkTitle.xsl
index
caf464d
..
8c0e09a
100644
(file)
--- a/
librarian/epub/xsltChunkTitle.xsl
+++ b/
librarian/epub/xsltChunkTitle.xsl
@@
-24,7
+24,7
@@
</xsl:template>
<xsl:template match="text()" >
</xsl:template>
<xsl:template match="text()" >
- <xsl:value-of select="."
disable-output-escaping="yes"
/>
+ <xsl:value-of select="." />
</xsl:template>
<xsl:template match="node()" mode="poczatek">
</xsl:template>
<xsl:template match="node()" mode="poczatek">
@@
-37,4
+37,4
@@
</h1>
</xsl:template>
</h1>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
diff --git
a/librarian/epub/xsltLast.xsl
b/librarian/epub/xsltLast.xsl
index
0a4ca5f
..
dd44a30
100644
(file)
--- a/
librarian/epub/xsltLast.xsl
+++ b/
librarian/epub/xsltLast.xsl
@@
-74,7
+74,7
@@
</xsl:template>
<xsl:template match="text()" >
</xsl:template>
<xsl:template match="text()" >
- <xsl:value-of select="."
disable-output-escaping="yes"
/>
+ <xsl:value-of select="." />
</xsl:template>
<xsl:template name="editors">
</xsl:template>
<xsl:template name="editors">
@@
-97,4
+97,4
@@
<xsl:template match="text()" mode="person">
<xsl:value-of select="wl:person_name(.)" />
</xsl:template>
<xsl:template match="text()" mode="person">
<xsl:value-of select="wl:person_name(.)" />
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
diff --git
a/librarian/epub/xsltScheme.xsl
b/librarian/epub/xsltScheme.xsl
index
7e866fd
..
25296d3
100644
(file)
--- a/
librarian/epub/xsltScheme.xsl
+++ b/
librarian/epub/xsltScheme.xsl
@@
-307,11
+307,11
@@
<!--===========================================================-->
<xsl:template match="text()" >
<!--===========================================================-->
<xsl:template match="text()" >
- <xsl:value-of select="."
disable-output-escaping="yes"
/>
+ <xsl:value-of select="." />
</xsl:template>
<xsl:template match="text()" >
</xsl:template>
<xsl:template match="text()" >
- <xsl:value-of select="."
disable-output-escaping="yes"
/>
+ <xsl:value-of select="." />
</xsl:template>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
diff --git
a/librarian/epub/xsltTitle.xsl
b/librarian/epub/xsltTitle.xsl
index
544b4b9
..
74ef64a
100644
(file)
--- a/
librarian/epub/xsltTitle.xsl
+++ b/
librarian/epub/xsltTitle.xsl
@@
-61,7
+61,7
@@
</xsl:template>
<xsl:template match="text()" >
</xsl:template>
<xsl:template match="text()" >
- <xsl:value-of select="."
disable-output-escaping="yes"
/>
+ <xsl:value-of select="." />
</xsl:template>
<xsl:template match="node()" mode="poczatek">
</xsl:template>
<xsl:template match="node()" mode="poczatek">
@@
-132,4
+132,4
@@
<xsl:template match="motyw" />
<xsl:template match="motyw" />
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>