|
@@ -588,20 +588,22 @@
|
|
|
</topic>
|
|
</topic>
|
|
|
</xsl:template>
|
|
</xsl:template>
|
|
|
|
|
|
|
|
|
|
+ <xsl:template mode="system_cache__dita:map.title" match="L_APPOITMENT_INFO[text()]">
|
|
|
|
|
+ <xsl:text> raport: </xsl:text><xsl:value-of select="."/>
|
|
|
|
|
+ </xsl:template>
|
|
|
|
|
+
|
|
|
|
|
+ <xsl:template mode="system_cache__dita:map.title" match="@fid">
|
|
|
|
|
+ <xsl:text> numer: </xsl:text><xsl:value-of select="get_wfs:id_from_fid(.)"/>
|
|
|
|
|
+ </xsl:template>
|
|
|
|
|
|
|
|
<xsl:template match="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA" mode="ditamap_root">
|
|
<xsl:template match="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA" mode="ditamap_root">
|
|
|
<!--<xsl:result-document href="energa_bledy_rum.ditamap">-->
|
|
<!--<xsl:result-document href="energa_bledy_rum.ditamap">-->
|
|
|
<map xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
<map xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:noNamespaceSchemaLocation="urn:oasis:names:tc:dita:xsd:map.xsd">
|
|
xsi:noNamespaceSchemaLocation="urn:oasis:names:tc:dita:xsd:map.xsd">
|
|
|
- <title>raport <xsl:choose>
|
|
|
|
|
- <xsl:when test="L_APPOITMENT_INFO"><xsl:value-of select="L_APPOITMENT_INFO/text()"/></xsl:when>
|
|
|
|
|
- </xsl:choose><xsl:choose>
|
|
|
|
|
- <xsl:when test="get_wfs:id_from_fid(@fid)"> numer <xsl:value-of select="get_wfs:id_from_fid(@fid)"/> </xsl:when>
|
|
|
|
|
- </xsl:choose>
|
|
|
|
|
-
|
|
|
|
|
- przetwarzanie powiązań BOCIAN
|
|
|
|
|
- v2018-08-30(procesy5/rip)
|
|
|
|
|
- </title>
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <xsl:call-template name="system_cache__dita:map.title"/>
|
|
|
|
|
+
|
|
|
<!-- osoby Akceptujacy_merytorycznie___nazwisko_i_imie -->
|
|
<!-- osoby Akceptujacy_merytorycznie___nazwisko_i_imie -->
|
|
|
<xsl:variable name="resulset" select="."/> <!-- current() -->
|
|
<xsl:variable name="resulset" select="."/> <!-- current() -->
|
|
|
|
|
|