output escaping fix
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 1 Sep 2011 09:51:25 +0000 (11:51 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 1 Sep 2011 09:51:25 +0000 (11:51 +0200)
librarian/epub/xsltAnnotations.xsl
librarian/epub/xsltChunkTitle.xsl
librarian/epub/xsltLast.xsl
librarian/epub/xsltScheme.xsl
librarian/epub/xsltTitle.xsl

index 2d05f1c..c66730a 100644 (file)
@@ -27,7 +27,7 @@
   </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">
@@ -75,4 +75,4 @@
     </p>
   </xsl:template>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
index caf464d..8c0e09a 100644 (file)
@@ -24,7 +24,7 @@
   </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">
@@ -37,4 +37,4 @@
     </h1>
   </xsl:template>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
index 0a4ca5f..dd44a30 100644 (file)
@@ -74,7 +74,7 @@
   </xsl:template>
 
   <xsl:template match="text()" >
-    <xsl:value-of select="." disable-output-escaping="yes" />
+    <xsl:value-of select="." />
   </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:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
index 7e866fd..25296d3 100644 (file)
   <!--===========================================================-->
 
   <xsl:template match="text()"  >
-    <xsl:value-of select="." disable-output-escaping="yes"/>
+    <xsl:value-of select="." />
   </xsl:template>
 
   <xsl:template match="text()" >
-    <xsl:value-of select="." disable-output-escaping="yes"/>
+    <xsl:value-of select="." />
   </xsl:template>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
index 544b4b9..74ef64a 100644 (file)
@@ -61,7 +61,7 @@
   </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 match="motyw" />
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>