|
|
@@ -20,9 +20,6 @@
|
|
|
<!-- template do zlaczenia wszystkich xmli z danymi z dita
|
|
|
description="z plikow temp/$uuid.* buduje $out_task.dita " -->
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<xsl:template name="get_childs_rows">
|
|
|
<xsl:param name="element-filename" required="yes"/> <!-- prezes1.root_x2f_.d1e1.CRM_PROCES_x2f_.d1e46.CRM_WSKAZNIK_x2f_.d1e51.CRM_LISTA_ZASOBOW.1. -->
|
|
|
<xsl:param name="path2collection" select="concat($temp,'/')"/> <!-- $basedir,'/' -->
|
|
|
@@ -38,11 +35,8 @@
|
|
|
<xsl:copy-of select="."/>
|
|
|
</xsl:for-each>-->
|
|
|
<xsl:copy-of select="collection($path)"/>
|
|
|
-
|
|
|
</xsl:template>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<xsl:template match="*" mode="root">
|
|
|
<xsl:param name="loop_xpath"/>
|
|
|
<xsl:element name="{name()}">
|
|
|
@@ -143,13 +137,6 @@
|
|
|
</xsl:apply-templates>
|
|
|
</xsl:template>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<xsl:template match="*" >
|
|
|
<xsl:param name="loop_xpath"/>
|
|
|
<xsl:param name="feature_pos_child" required="yes"/>
|
|
|
@@ -162,7 +149,6 @@
|
|
|
</xsl:element>
|
|
|
</xsl:template>
|
|
|
|
|
|
-
|
|
|
<xsl:template match="@*">
|
|
|
<xsl:copy-of select="."/>
|
|
|
</xsl:template>
|