if (!xml2htmlStylesheet) {
$.blockUI({message: 'Ładowanie arkuszy stylów...'});
$.ajax({
- url: STATIC_URL + 'xsl/wl2html_client.xsl?20171106',
+ url: STATIC_URL + 'xsl/wl2html_client.xsl?2019121801',
dataType: 'xml',
timeout: 10000,
success: function(data) {
}
HTMLSerializer.prototype._nodeIgnored = function(node) {
- return node.getAttribute('x-node') == 'wers';
+ return node.getAttribute('x-auto-node') == 'true';
}
HTMLSerializer.prototype._ignoredWithWhitespace = function(node) {
<!-- Possible variants: -->
<xsl:choose>
<!-- Simple verse == not wers_ tags anywhere until the ending br -->
- <xsl:when test="not($verse-content[starts-with(name(), 'wers_')])">
- <p class="wers" x-node="wers" x-verse="true">
+ <xsl:when test="not($verse-content[starts-with(name(), 'wers')])">
+ <p class="wers" x-node="wers" x-verse="true" x-auto-node="true">
<xsl:apply-templates select="$verse-content[local-name(.) != 'br']">
<xsl:with-param name="mixed" select="true()" />
</xsl:apply-templates>
</xsl:choose>
</xsl:template>
- <xsl:template match="wers_cd|wers_akap|wers_wciety|wers_do_prawej">
+ <xsl:template match="wers_cd|wers_akap|wers_wciety|wers_do_prawej|wers">
<xsl:param name="mixed" />
<!-- <xsl:choose>
<xsl:when test="ancestor::*[0]/self::strofa"> -->