|
@@ -55,25 +55,6 @@
|
|
|
</xsl:apply-templates>
|
|
</xsl:apply-templates>
|
|
|
<!--<xsl:copy-of select="$dita_task_template_file"/>-->
|
|
<!--<xsl:copy-of select="$dita_task_template_file"/>-->
|
|
|
</xsl:variable>
|
|
</xsl:variable>
|
|
|
- <!--<out>
|
|
|
|
|
- TODO przerobic input - dodac @path,
|
|
|
|
|
- przejechac template i podstawic zmienne
|
|
|
|
|
- wyzwolic XSL-FO dla template
|
|
|
|
|
- Wyrzucic na output tak aby to obsluzylo cos co kuma WSDL
|
|
|
|
|
- <template_with_fit_vars>
|
|
|
|
|
- <xsl:copy-of select="$template_with_fit_vars"/>
|
|
|
|
|
- </template_with_fit_vars>
|
|
|
|
|
- <!-\-<template_with_fit_vars_xpath_check>
|
|
|
|
|
- <xsl:copy-of select="$template_with_fit_vars//var"/>
|
|
|
|
|
- </template_with_fit_vars_xpath_check>-\->
|
|
|
|
|
-
|
|
|
|
|
- <input_obj_with_xpath>
|
|
|
|
|
- <xsl:copy-of select="$input_obj_with_xpath"/>
|
|
|
|
|
- </input_obj_with_xpath>
|
|
|
|
|
- </out>-->
|
|
|
|
|
- <!--<xsl:result-document href="TO_PRINT_with_flat_values.dita">
|
|
|
|
|
- <xsl:copy-of select="$template_with_fit_vars"/>
|
|
|
|
|
- </xsl:result-document>-->
|
|
|
|
|
<xsl:copy-of select="$template_with_fit_vars"/>
|
|
<xsl:copy-of select="$template_with_fit_vars"/>
|
|
|
</xsl:template>
|
|
</xsl:template>
|
|
|
|
|
|
|
@@ -129,7 +110,7 @@
|
|
|
<!--1:<xsl:value-of select="$parent_obj//node()[@system_cache__appinfo:xpath=$xpath]/text()"/>-->
|
|
<!--1:<xsl:value-of select="$parent_obj//node()[@system_cache__appinfo:xpath=$xpath]/text()"/>-->
|
|
|
<!--<xsl:value-of select="$parent_obj//node()[local-name()=$xpath]/text()"/>-->
|
|
<!--<xsl:value-of select="$parent_obj//node()[local-name()=$xpath]/text()"/>-->
|
|
|
<!--V:<xsl:value-of select="$xpath"/>-->
|
|
<!--V:<xsl:value-of select="$xpath"/>-->
|
|
|
- <xsl:copy-of select="$parent_obj//node()[name()=$xpath]/text()"/>
|
|
|
|
|
|
|
+ <xsl:copy-of select="$parent_obj//node()[local-name()=$xpath]/text()"/>
|
|
|
</xsl:when>
|
|
</xsl:when>
|
|
|
<xsl:otherwise><xsl:attribute name="{name()}"><xsl:value-of select="."/></xsl:attribute></xsl:otherwise>
|
|
<xsl:otherwise><xsl:attribute name="{name()}"><xsl:value-of select="."/></xsl:attribute></xsl:otherwise>
|
|
|
</xsl:choose>
|
|
</xsl:choose>
|