|
|
@@ -154,9 +154,10 @@ W przypadku chęci ograniczenia w początkowej fazie wdrażania systemu jakości
|
|
|
<xsl:choose>
|
|
|
<xsl:when test="contains(.,'/')">
|
|
|
<xsl:attribute name="debug.contains.slash" select="true()"/>
|
|
|
- <xsl:attribute name="debug.last.char" select="substring(.,string-length(.)) "/>
|
|
|
+
|
|
|
</xsl:when>
|
|
|
</xsl:choose>
|
|
|
+ <xsl:attribute name="debug.last.char" select="substring(.,string-length(.)) "/>
|
|
|
<!--<xsl:attribute name="lt_pos" select="$lt_pos"/>-->
|
|
|
<xsl:choose>
|
|
|
<xsl:when test="$lt_pos=1 and position()=1">
|