fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added auto-removal of commas in theme edit box, if there was only 1 theme netered...
[redakcja.git]
/
platforma
/
static
/
xsl
/
html2wl_client.xsl
diff --git
a/platforma/static/xsl/html2wl_client.xsl
b/platforma/static/xsl/html2wl_client.xsl
old mode 100755
(executable)
new mode 100644
(file)
index
9e6a8be
..
8586587
--- a/
platforma/static/xsl/html2wl_client.xsl
+++ b/
platforma/static/xsl/html2wl_client.xsl
@@
-7,7
+7,7
@@
xmlns:dc="http://purl.org/dc/elements/1.1/"
\r
>
\r
\r
xmlns:dc="http://purl.org/dc/elements/1.1/"
\r
>
\r
\r
- <xsl:output method="xml" encoding="utf-8" indent="
yes
" omit-xml-declaration="yes" />
\r
+ <xsl:output method="xml" encoding="utf-8" indent="
no
" omit-xml-declaration="yes" />
\r
<!--
\r
Ten dokument definiuję przekształcenie odwrotne do wl2html
\r
-->
\r
<!--
\r
Ten dokument definiuję przekształcenie odwrotne do wl2html
\r
-->
\r
@@
-33,7
+33,7
@@
</xsl:element>
\r
</xsl:template>
\r
\r
</xsl:element>
\r
</xsl:template>
\r
\r
- <xsl:template match="*[@x-node = 'out-of-flow-text']
"><xsl:value-of select="@x-content
" /></xsl:template>
\r
+ <xsl:template match="*[@x-node = 'out-of-flow-text']
/text()"><xsl:value-of select=".
" /></xsl:template>
\r
\r
<!-- Specjalne reguły dla wersów -->
\r
<xsl:template match="*[@x-node = 'wers']">
\r
\r
<!-- Specjalne reguły dla wersów -->
\r
<xsl:template match="*[@x-node = 'wers']">
\r
@@
-71,9
+71,9
@@
<xsl:apply-templates select="@*" />
\r
<xsl:apply-templates select="node()" />
\r
</xsl:element>
\r
<xsl:apply-templates select="@*" />
\r
<xsl:apply-templates select="node()" />
\r
</xsl:element>
\r
- </xsl:template>
\r
-
\r
- <xsl:template match="*[@X-NODE = 'out-of-flow-text']
"><xsl:value-of select="@X-CONTENT
" /></xsl:template>
\r
+ </xsl:template>
\r
+
\r
+ <xsl:template match="*[@X-NODE = 'out-of-flow-text']
/text()"><xsl:value-of select=".
" /></xsl:template>
\r
\r
<!-- Specjalne reguły dla wersów -->
\r
<xsl:template match="*[@X-NODE = 'wers']">
\r
\r
<!-- Specjalne reguły dla wersów -->
\r
<xsl:template match="*[@X-NODE = 'wers']">
\r