|
|
@@ -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"/>
|