|
@@ -174,7 +174,13 @@ W przypadku chęci ograniczenia w początkowej fazie wdrażania systemu jakości
|
|
|
<xsl:choose>
|
|
<xsl:choose>
|
|
|
<xsl:when test="position()=1 and $lt_pos>1 and not(contains(.,'/')) and contains(.,' ')">
|
|
<xsl:when test="position()=1 and $lt_pos>1 and not(contains(.,'/')) and contains(.,' ')">
|
|
|
<xsl:variable name="attributes">
|
|
<xsl:variable name="attributes">
|
|
|
|
|
+
|
|
|
|
|
+ <!--<xsl:for-each select="tokenize(.,'="')">
|
|
|
|
|
+
|
|
|
|
|
+ </xsl:for-each>-->
|
|
|
|
|
+
|
|
|
<xsl:for-each select="tokenize(.,' ')">
|
|
<xsl:for-each select="tokenize(.,' ')">
|
|
|
|
|
+ <xsl:if test=" number($system_cache__appinfo:escaped_html_to_xml.debug) > 3"><xsl:message>#183 attr token(<xsl:value-of select="."/>)</xsl:message></xsl:if>
|
|
|
<el><xsl:value-of select="."/></el>
|
|
<el><xsl:value-of select="."/></el>
|
|
|
</xsl:for-each>
|
|
</xsl:for-each>
|
|
|
</xsl:variable>
|
|
</xsl:variable>
|