a.binder преди 7 години
родител
ревизия
8208c2454a

+ 1 - 1
SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row.xsl

@@ -323,7 +323,7 @@
                                                     <uicontrol><varname>dlugosc</varname></uicontrol>
                                                     <uicontrol><xsl:value-of select="count(BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object)"/></uicontrol>
                                                     <uicontrol><varname>przez</varname></uicontrol>
-                                                    <uicontrol><xsl:value-of select="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object[ position() = last()]/system_cache__dita:localname.translate(relation_from)"/></uicontrol>
+                                                    <uicontrol><xsl:value-of select="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object[ position() = last()]/*[2]/system_cache__dita:localname.translate(relation_from)"/></uicontrol>
                                                 </menucascade>
                                                 
                                             </title>

+ 2 - 3
SE/schema/default_db_xml_cache.public/default_db/tree_to_dita.files.xsl

@@ -235,13 +235,12 @@
     
     <xsl:function name="system_cache__dita:files.key.context.fid">
         <xsl:param name="context"/>
-        <xsl:message>#142AAAA REQUEST from $context/name = <xsl:value-of select="$context/name()"/> /@fid=<xsl:value-of select="$context/@fid"/>;</xsl:message>
+        <xsl:message>#142AAAA REQUEST from $context/name = "<xsl:value-of select="$context/name()"/>" /@fid=<xsl:value-of select="$context/@fid"/>;</xsl:message>
         <xsl:variable name="fid" >
             <xsl:choose>
                 <xsl:when test="$context/@fid"><xsl:value-of select="$context/@fid"/></xsl:when>
                 <xsl:when test="$context/name()"><xsl:value-of select="$context/name()"/>.<xsl:value-of select="generate-id($context)"/></xsl:when>
-                <xsl:otherwise>system_cache__dita:files.key.context.fid__NOT_FOUND_CONTEXT.0</xsl:otherwise>
-                
+                <xsl:otherwise>system_cache__dita:files.key.context.fid__NOT_FOUND_CONTEXT.0</xsl:otherwise>    
             </xsl:choose>
         </xsl:variable>
         <xsl:value-of select="$fid"/>