|
|
@@ -784,6 +784,24 @@
|
|
|
</system_cache__appinfo:get_all_xsd>
|
|
|
|
|
|
|
|
|
+ <system_cache__appinfo:get_all_xsd>
|
|
|
+ <xsl:copy-of select="$system_cache__appinfo:SVG.xsd//@system_cache__appinfo:document-uri"/>
|
|
|
+ <xsl:attribute name="system_cache__appinfo:document-uri-full" select="$system_cache__appinfo:SVG.xsd//@targetNamespace"/>
|
|
|
+ <xsl:copy-of select="$system_cache__appinfo:SVG.xsd"/>
|
|
|
+ </system_cache__appinfo:get_all_xsd>
|
|
|
+
|
|
|
+ <system_cache__appinfo:get_all_xsd>
|
|
|
+ <xsl:copy-of select="$system_cache__appinfo:xlink.xsd//@system_cache__appinfo:document-uri"/>
|
|
|
+ <xsl:attribute name="system_cache__appinfo:document-uri-full" select="$system_cache__appinfo:xlink.xsd//@targetNamespace"/>
|
|
|
+ <xsl:copy-of select="$system_cache__appinfo:xlink.xsd"/>
|
|
|
+ </system_cache__appinfo:get_all_xsd>
|
|
|
+
|
|
|
+ <system_cache__appinfo:get_all_xsd>
|
|
|
+ <xsl:copy-of select="$system_cache__appinfo:xml.xsd//@system_cache__appinfo:document-uri"/>
|
|
|
+ <xsl:attribute name="system_cache__appinfo:document-uri-full" select="$system_cache__appinfo:xml.xsd//@targetNamespace"/>
|
|
|
+ <xsl:copy-of select="$system_cache__appinfo:xml.xsd"/>
|
|
|
+ </system_cache__appinfo:get_all_xsd>
|
|
|
+
|
|
|
</system_cache__appinfo:get_all_xsd_list>
|
|
|
</xsl:variable>
|
|
|
<!--<xsl:result-document href="{concat('../default_db.instance.xml/transformed/',$element-filename,'.xml')}">
|
|
|
@@ -828,7 +846,8 @@
|
|
|
<system_cache__appinfo:vrtfNamespaces>
|
|
|
<xsl:for-each select="//(system_cache__appinfo:get_all_xsd|system_cache__appinfo:get_all_xsd_external_schema_id_namespace_prefix|system_cache__appinfo:get_all_xsd_default_db)/schema/namespace::node()"
|
|
|
xpath-default-namespace="http://www.w3.org/2001/XMLSchema">
|
|
|
- <ns element="{name(..)}" prefix="{name()}" uri="{.}" system_cache__appinfo:document-uri="{../../@system_cache__appinfo:document-uri}"/>
|
|
|
+ <ns element="{name(..)}" prefix="{name()}" uri="{.}" debug="l.849"
|
|
|
+ system_cache__appinfo:document-uri="{../../@system_cache__appinfo:document-uri}"/>
|
|
|
</xsl:for-each>
|
|
|
<xsl:for-each select="//system_cache__appinfo:get_all_xsd_default_db/schema"
|
|
|
xpath-default-namespace="http://www.w3.org/2001/XMLSchema">
|
|
|
@@ -839,7 +858,11 @@
|
|
|
</xsl:when>
|
|
|
<xsl:otherwise>
|
|
|
<xsl:message>#701-B WARNING we should crete prefix ($zasob_id_db_targetNamespace_detect_string=<xsl:value-of select="$zasob_id_db_targetNamespace_detect_string"/>) for $targetNamespace <xsl:value-of select="$targetNamespace"/> = <xsl:value-of select="system_cache__appinfo:object_install_se_ant_object.detect_external_targetNamespace($targetNamespace)"/> </xsl:message>
|
|
|
- <ns element="{name(.)}" prefix="{system_cache__appinfo:object_install_se_ant_object.detect_external_targetNamespace($targetNamespace)}" uri="{$targetNamespace}" system_cache__appinfo:document-uri="{../@system_cache__appinfo:document-uri}"/>
|
|
|
+ <ns element="{name(.)}"
|
|
|
+ debug="l.862"
|
|
|
+ prefix="{system_cache__appinfo:object_install_se_ant_object.detect_external_targetNamespace($targetNamespace)}"
|
|
|
+ uri="{$targetNamespace}"
|
|
|
+ system_cache__appinfo:document-uri="{../@system_cache__appinfo:document-uri}"/>
|
|
|
</xsl:otherwise>
|
|
|
</xsl:choose>
|
|
|
|
|
|
@@ -867,6 +890,14 @@
|
|
|
</xsl:choose>
|
|
|
</xsl:function>
|
|
|
-->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<xsl:template match="system_cache__appinfo:get_all_xsd_list" mode="system_cache__appinfo:element_complexType">
|
|
|
<xsl:param name="targetNamespace" select="$targetNamespace_DEFAULTS"/>
|
|
|
<system_cache__appinfo:element_complexType xsl:use-attribute-sets="p5ant-interface:xslt.param.get_all_xsd_list">
|
|
|
@@ -875,172 +906,202 @@
|
|
|
<xsl:attribute name="default_db_xml_cache.public" select="$default_db_xml_cache.public"/>
|
|
|
<xsl:attribute name="external_schema" select="$external_schema"/>
|
|
|
<xsl:attribute name="p5Type.basedir" select="$p5Type.basedir"/>
|
|
|
-
|
|
|
-
|
|
|
- <xsl:for-each select="get_all_xsd[ substring-before(@system_cache__appinfo:document-uri,'/')!='default_db_xml_cache' and substring-before(@system_cache__appinfo:document-uri,'/')!='default_db_xml_cache.public']" xpath-default-namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
|
|
|
- <xsl:sort select="max( */*/count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ]))" order="ascending" data-type="number"/>
|
|
|
- <xsl:variable name="get_all_xsd_236" select="."/>
|
|
|
- <xsl:comment>
|
|
|
+ <xsl:comment>#909 simpleType</xsl:comment>
|
|
|
+ <xsl:apply-templates mode="#current">
|
|
|
+ <xsl:with-param name="system_cache__appinfo:element_complexType.requested" select="'simpleType'" tunnel="yes"/>
|
|
|
+ </xsl:apply-templates>
|
|
|
+ <xsl:comment>#913 complexType</xsl:comment>
|
|
|
+ <xsl:apply-templates mode="#current">
|
|
|
+ <xsl:with-param name="system_cache__appinfo:element_complexType.requested" select="'complexType'" tunnel="yes"/>
|
|
|
+ </xsl:apply-templates>
|
|
|
+ <xsl:comment>#917 element</xsl:comment>
|
|
|
+ <xsl:apply-templates mode="#current">
|
|
|
+ <xsl:with-param name="system_cache__appinfo:element_complexType.requested" select="'element'" tunnel="yes"/>
|
|
|
+ </xsl:apply-templates>
|
|
|
+ </system_cache__appinfo:element_complexType>
|
|
|
+ </xsl:template>
|
|
|
+
|
|
|
+ <xsl:template match="system_cache__appinfo:get_all_xsd[ substring-before(@system_cache__appinfo:document-uri,'/')!='default_db_xml_cache' and substring-before(@system_cache__appinfo:document-uri,'/')!='default_db_xml_cache.public']" mode="system_cache__appinfo:element_complexType">
|
|
|
+ <xsl:param name="system_cache__appinfo:element_complexType.requested" required="yes" tunnel="yes"/>
|
|
|
+ <xsl:apply-templates mode="#current"/>
|
|
|
+ </xsl:template>
|
|
|
+
|
|
|
+
|
|
|
+ <xsl:template match="system_cache__appinfo:get_all_xsd" mode="system_cache__appinfo:element_complexType">
|
|
|
+ <xsl:comment>#927 filtered default bypassed <xsl:value-of select="@system_cache__appinfo:document-uri"/></xsl:comment>
|
|
|
+ </xsl:template>
|
|
|
+
|
|
|
+ <xsl:template match="schema" mode="system_cache__appinfo:element_complexType" xpath-default-namespace="http://www.w3.org/2001/XMLSchema">
|
|
|
+ <xsl:param name="system_cache__appinfo:element_complexType.requested" required="yes" tunnel="yes"/>
|
|
|
+
|
|
|
+ <!-- <xsl:sort select="max( */*/count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ]))" order="ascending" data-type="number"/>-->
|
|
|
+ <xsl:variable name="get_all_xsd_236" select="."/>
|
|
|
+ <!--<xsl:comment>
|
|
|
max1="<xsl:value-of select="max( count(*/*/descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ]))"/>"
|
|
|
max1=2<xsl:value-of select="max( */*/count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ]))"/>"
|
|
|
246:detect_resource_type, przetwarzam schemat:<xsl:value-of select="@system_cache__appinfo:document-uri"/>; $targetNamespace:<xsl:value-of select="$targetNamespace"/>;
|
|
|
- @targetNamespace:<xsl:value-of select="schema/@targetNamespace" xpath-default-namespace="http://www.w3.org/2001/XMLSchema"/>;</xsl:comment>
|
|
|
- <xsl:variable name="schema_node_144" select="."/>
|
|
|
- <xsl:for-each select="schema" xpath-default-namespace="http://www.w3.org/2001/XMLSchema"><!--[ @targetNamespace != $targetNamespace ] namespace::node() = $targetNamespace and @targetNamespace='moj_ogrodek' -->
|
|
|
- <xsl:sort select="max( */count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ]))" order="ascending" data-type="number"/>
|
|
|
- <xsl:message>#239::detect_resource_type przetwarzam schemat:@targetNamespace:<xsl:value-of select="@targetNamespace"/>;</xsl:message>
|
|
|
- <xsl:variable name="prefix_83" select="namespace::node()[. = $targetNamespace]/name()"/>
|
|
|
- <xsl:variable name="targetNamespace_134" select="@targetNamespace"/>
|
|
|
- <!--<xsl:variable name="prefix_134" select="namespace::node()[. = $targetNamespace_134][1]/name()"/>--><!-- np. test_objects -->
|
|
|
- <xsl:variable name="prefix_134">
|
|
|
- <xsl:choose>
|
|
|
- <xsl:when test="string-length(namespace::node()[. = $targetNamespace_134][1]/name()) > 0">
|
|
|
- <xsl:value-of select="namespace::node()[. = $targetNamespace_134][1]/name()"/>
|
|
|
- <xsl:message>#784-A TODO test=<xsl:value-of select="namespace::node()[. = $targetNamespace_134][1]/name()"/>;</xsl:message>
|
|
|
- </xsl:when>
|
|
|
- <xsl:when test="$schema_node_144/@WPS_Functions">
|
|
|
- <xsl:message>#784-B TODO ERROR - FORCING PREFIX TO <xsl:value-of select="tokenize($schema_node_144/@system_cache__appinfo:document-uri,'/')[ position() = last()]"/></xsl:message>
|
|
|
- <xsl:value-of select="tokenize(../@system_cache__appinfo:document-uri,'/')[ position() = last()]"/>
|
|
|
- </xsl:when>
|
|
|
- <xsl:when test="contains(../@system_cache__appinfo:document-uri-full,$p5Type.basedir)">
|
|
|
- <xsl:message>#784-C TODO TYPES WARNING - FORCING PREFIX TO <xsl:value-of select="system_cache__appinfo:escape_object_prefix_to_string(@targetNamespace)"/></xsl:message>
|
|
|
- <xsl:value-of select="system_cache__appinfo:escape_object_prefix_to_string(@targetNamespace)"/>
|
|
|
- </xsl:when>
|
|
|
- </xsl:choose>
|
|
|
- </xsl:variable>
|
|
|
- <xsl:if test="not(@targetNamespace) or not( string-length($prefix_134) > 0) ">
|
|
|
- <xsl:message terminate="yes">#394 ERROR - schema error - set @targetNamespace and prefix for shema file:<xsl:value-of select="../@system_cache__appinfo:document-uri-full"/> ; ($prefix_134=<xsl:value-of select="$prefix_134"/>)</xsl:message>
|
|
|
- </xsl:if>
|
|
|
- <xsl:choose>
|
|
|
- <xsl:when test="@targetNamespace='http://www.w3.org/2001/XMLSchema'"/>
|
|
|
- <xsl:when test="@targetNamespace='http://biuro.biall-net.pl/p5/schema/types'"/>
|
|
|
- <xsl:when test="contains(@system_cache__appinfo:document-uri-full,'http://')"/>
|
|
|
- <xsl:when test="contains(@system_cache__appinfo:document-uri-full,'https://')"/>
|
|
|
- <xsl:otherwise>
|
|
|
- <xsl:element name="system_cache__appinfo:object_install_se_ant_object.generate_tables_from_external.get_all_xsd">
|
|
|
- <xsl:copy-of select="@*"/>
|
|
|
- <xsl:copy-of select=".././@*"/>
|
|
|
- </xsl:element>
|
|
|
- </xsl:otherwise>
|
|
|
- </xsl:choose>
|
|
|
- <xsl:if test="count(.//node()[(local-name()='element' or local-name()='simpleType' or local-name()='complexType' or local-name()='sequence' or local-name()='choice' or local-name()='complexContent' or local-name()='extension' ) and not(@id)])=0">
|
|
|
- <xsl:for-each select="(element|complexType|simpleType)" xpath-default-namespace="http://www.w3.org/2001/XMLSchema"><!-- dla ograniczenia mozna [$prefix_134='test_objects']-->
|
|
|
- <xsl:sort select="max( count(descendant-or-self::*[@ref or not(contains(@type,'xs:')) ]))" order="ascending" data-type="number"/>
|
|
|
- <xsl:variable name="complexType_or_element_name186">
|
|
|
- <xsl:choose>
|
|
|
- <xsl:when test="local-name()='element'"><xsl:value-of select="@name"/></xsl:when>
|
|
|
- <xsl:when test="local-name()='complexType'"><xsl:value-of select="@name"/></xsl:when>
|
|
|
- <xsl:when test="local-name()='simpleType'"><xsl:value-of select="@name"/></xsl:when>
|
|
|
- <xsl:otherwise><xsl:message terminate="yes">#391 it should work only for element or complexType</xsl:message></xsl:otherwise>
|
|
|
- </xsl:choose>
|
|
|
- </xsl:variable>
|
|
|
- <xsl:comment>157: count(descendant-or-self::*)="<xsl:value-of select="count(descendant-or-self::*)"/>"
|
|
|
+ @targetNamespace:<xsl:value-of select="schema/@targetNamespace" xpath-default-namespace="http://www.w3.org/2001/XMLSchema"/>;</xsl:comment>-->
|
|
|
+ <xsl:variable name="schema_node_144" select="parent::*"/>
|
|
|
+ <!--<xsl:for-each select="schema" xpath-default-namespace="http://www.w3.org/2001/XMLSchema">--><!--[ @targetNamespace != $targetNamespace ] namespace::node() = $targetNamespace and @targetNamespace='moj_ogrodek' -->
|
|
|
+ <!--<xsl:sort select="max( */count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ]))+" order="ascending" data-type="number"/>-->
|
|
|
+ <xsl:message>#239::detect_resource_type przetwarzam schemat:@targetNamespace:<xsl:value-of select="@targetNamespace"/>;</xsl:message>
|
|
|
+ <!--<xsl:variable name="prefix_83" select="namespace::node()[. = $targetNamespace]/name()"/>-->
|
|
|
+ <xsl:variable name="targetNamespace_134" select="@targetNamespace"/>
|
|
|
+ <!--<xsl:variable name="prefix_134" select="namespace::node()[. = $targetNamespace_134][1]/name()"/>--><!-- np. test_objects -->
|
|
|
+ <xsl:variable name="prefix_134">
|
|
|
+ <xsl:choose>
|
|
|
+ <xsl:when test="string-length(namespace::node()[. = $targetNamespace_134][1]/name()) > 0">
|
|
|
+ <xsl:value-of select="namespace::node()[. = $targetNamespace_134][1]/name()"/>
|
|
|
+ <xsl:message>#784-A TODO test=<xsl:value-of select="namespace::node()[. = $targetNamespace_134][1]/name()"/>;</xsl:message>
|
|
|
+ </xsl:when>
|
|
|
+ <xsl:when test="$schema_node_144/@WPS_Functions">
|
|
|
+ <xsl:message>#784-B TODO ERROR - FORCING PREFIX TO <xsl:value-of select="tokenize($schema_node_144/@system_cache__appinfo:document-uri,'/')[ position() = last()]"/></xsl:message>
|
|
|
+ <xsl:value-of select="tokenize(../@system_cache__appinfo:document-uri,'/')[ position() = last()]"/>
|
|
|
+ </xsl:when>
|
|
|
+ <xsl:when test="contains(../@system_cache__appinfo:document-uri-full,$p5Type.basedir)">
|
|
|
+ <xsl:message>#784-C TODO TYPES WARNING - FORCING PREFIX TO <xsl:value-of select="system_cache__appinfo:escape_object_prefix_to_string(@targetNamespace)"/></xsl:message>
|
|
|
+ <xsl:value-of select="system_cache__appinfo:escape_object_prefix_to_string(@targetNamespace)"/>
|
|
|
+ </xsl:when>
|
|
|
+ </xsl:choose>
|
|
|
+ </xsl:variable>
|
|
|
+ <xsl:if test="not(@targetNamespace) or not( string-length($prefix_134) > 0) ">
|
|
|
+ <xsl:message terminate="yes">#394 ERROR - schema error - set @targetNamespace and prefix for shema file:<xsl:value-of select="../@system_cache__appinfo:document-uri-full"/> ; ($prefix_134=<xsl:value-of select="$prefix_134"/>)</xsl:message>
|
|
|
+ </xsl:if>
|
|
|
+ <xsl:choose>
|
|
|
+ <xsl:when test="not($system_cache__appinfo:element_complexType.requested='element')"/>
|
|
|
+ <xsl:when test="@targetNamespace='http://www.w3.org/2001/XMLSchema'"/>
|
|
|
+ <xsl:when test="@targetNamespace='http://biuro.biall-net.pl/p5/schema/types'"/>
|
|
|
+ <xsl:when test="contains(@system_cache__appinfo:document-uri-full,'http://')"/>
|
|
|
+ <xsl:when test="contains(@system_cache__appinfo:document-uri-full,'https://')"/>
|
|
|
+ <xsl:otherwise>
|
|
|
+ <xsl:element name="system_cache__appinfo:object_install_se_ant_object.generate_tables_from_external.get_all_xsd">
|
|
|
+ <xsl:copy-of select="@*"/>
|
|
|
+ <xsl:copy-of select=".././@*"/>
|
|
|
+ </xsl:element>
|
|
|
+ </xsl:otherwise>
|
|
|
+ </xsl:choose>
|
|
|
+
|
|
|
+ <!--</xsl:for-each>-->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <xsl:if test="count(.//node()[(local-name()='element' or local-name()='simpleType' or local-name()='complexType' or local-name()='sequence' or local-name()='choice' or local-name()='complexContent' or local-name()='extension' ) and not(@id)])=0">
|
|
|
+ <xsl:for-each select="*[local-name()=$system_cache__appinfo:element_complexType.requested]" xpath-default-namespace="http://www.w3.org/2001/XMLSchema"><!-- dla ograniczenia mozna [$prefix_134='test_objects']-->
|
|
|
+ <xsl:sort select="max( count(descendant-or-self::*[@ref or not(contains(@type,'xs:')) ]))" order="ascending" data-type="number"/>
|
|
|
+ <xsl:variable name="complexType_or_element_name186">
|
|
|
+ <xsl:choose>
|
|
|
+ <xsl:when test="local-name()='element'"><xsl:value-of select="@name"/></xsl:when>
|
|
|
+ <xsl:when test="local-name()='complexType'"><xsl:value-of select="@name"/></xsl:when>
|
|
|
+ <xsl:when test="local-name()='simpleType'"><xsl:value-of select="@name"/></xsl:when>
|
|
|
+ <xsl:otherwise><xsl:message terminate="yes">#391 it should work only for element or complexType</xsl:message></xsl:otherwise>
|
|
|
+ </xsl:choose>
|
|
|
+ </xsl:variable>
|
|
|
+ <xsl:comment>157: count(descendant-or-self::*)="<xsl:value-of select="count(descendant-or-self::*)"/>"
|
|
|
count2(descendant-or-self::*)="<xsl:value-of select="count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ])"/>"
|
|
|
buduje plaski obiekt/mape przetwarzania w celu przeszukania relacji @id=<xsl:value-of select="@id"/>; targetNamespace:<xsl:value-of select="$prefix_134"/>;
|
|
|
$complexType_or_element_name186=<xsl:value-of select="$complexType_or_element_name186"/>; name:<xsl:value-of select="@name"/>; namespace-uri-for-prefix=<xsl:value-of select="namespace-uri-for-prefix($prefix_134,.)"/></xsl:comment>
|
|
|
- <xsl:message>157: buduje plaski obiekt/mape przetwarzania w celu przeszukania relacji @id=<xsl:value-of select="@id"/>; targetNamespace:<xsl:value-of select="$prefix_134"/>; $complexType_or_element_name186=<xsl:value-of select="$complexType_or_element_name186"/>; name:<xsl:value-of select="@name"/>; namespace-uri-for-prefix=<xsl:value-of select="namespace-uri-for-prefix($prefix_134,.)"/></xsl:message>
|
|
|
- <xsl:choose>
|
|
|
- <xsl:when test="local-name()='element'">
|
|
|
- <build_cache name="build_element" >
|
|
|
- <xsl:attribute name="id" select="@id"/>
|
|
|
- <xsl:attribute name="count" select="count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ])"/>
|
|
|
- <xsl:attribute name="id.int.rand" select="system_cache__appinfo:id.int.rand(@id)"/>
|
|
|
- <xsl:attribute name="system_cache__appinfo:document-uri" select="../.././@system_cache__appinfo:document-uri"/>
|
|
|
- <xsl:attribute name="system_cache__appinfo:document-uri-full" select="../.././@system_cache__appinfo:document-uri-full"/>
|
|
|
- <xsl:attribute name="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename" select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
- <xsl:attribute name="complexType_or_element_name" select="$complexType_or_element_name186"/>
|
|
|
- <xsl:attribute name="p5opr:element-filename" select="p5opr:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
- <xsl:attribute name="system_cache__appinfo:path" select="concat(../@targetNamespace,'/',$complexType_or_element_name186)"/>
|
|
|
-
|
|
|
- <!--<xsl:attribute name="system_cache__appinfo:element-filename" select="system_cache__appinfo:element-filename()"/>-->
|
|
|
- <with-param name="element" select="{$prefix_134}:{$complexType_or_element_name186}"/>
|
|
|
- <system_cache__appinfo:element-filename><xsl:value-of select="system_cache__appinfo:element-filename('build_element',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename>
|
|
|
- <system_cache__appinfo:element-filename-prefixed><xsl:value-of select="system_cache__appinfo:element-filename-prefixed('build_element',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename-prefixed>
|
|
|
- <p5_tr_map:element-filename><xsl:value-of select="p5_tr_map:element-filename('go_recurse_from_root_by_build_element_cache',concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename>
|
|
|
- <p5_tr_map:element-filename-prefixed><xsl:value-of select="p5_tr_map:element-filename-prefixed(concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename-prefixed>
|
|
|
- <system_cache__appinfo:targetNamespace><xsl:value-of select="../@targetNamespace"/></system_cache__appinfo:targetNamespace>
|
|
|
- <system_cache__appinfo:name><xsl:value-of select="@name"/></system_cache__appinfo:name>
|
|
|
- <system_cache__appinfo:prefix><xsl:value-of select="$prefix_134"/></system_cache__appinfo:prefix>
|
|
|
- <p5_simpleSchema_map:element-filename><xsl:value-of select="p5_simpleSchema_map:element-filename(concat($prefix_134,':',$complexType_or_element_name186),.././@targetNamespace)"/></p5_simpleSchema_map:element-filename>
|
|
|
- <!--<system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename><xsl:value-of select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename('system_cache__resources_tree_generate_xsl_required_occurs_raport:detect_resource_type.single_element',concat($prefix_134,':',$complexType_or_element_name186))"/></system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename>-->
|
|
|
- </build_cache>
|
|
|
- </xsl:when>
|
|
|
- <xsl:when test="local-name()='complexType'">
|
|
|
- <build_cache name="build_complexType" >
|
|
|
- <xsl:attribute name="id" select="@id"/>
|
|
|
- <xsl:attribute name="count" select="count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ])"/>
|
|
|
- <xsl:attribute name="id.int.rand" select="system_cache__appinfo:id.int.rand(@id)"/>
|
|
|
- <!--<xsl:message>#808.1.DEBUG ok</xsl:message>-->
|
|
|
- <xsl:attribute name="system_cache__appinfo:document-uri" select="../.././@system_cache__appinfo:document-uri"/>
|
|
|
- <!--<xsl:message>#808.2.DEBUG ok</xsl:message>-->
|
|
|
- <xsl:attribute name="system_cache__appinfo:document-uri-full" select="../.././@system_cache__appinfo:document-uri-full"/>
|
|
|
- <!--<xsl:message>#808.3.DEBUG ok</xsl:message>-->
|
|
|
- <xsl:attribute name="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename" select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
- <!--<xsl:message>#808.4.DEBUG ok</xsl:message>-->
|
|
|
- <xsl:attribute name="complexType_or_element_name" select="$complexType_or_element_name186"/>
|
|
|
- <!--<xsl:message>#808.5.DEBUG ok</xsl:message>-->
|
|
|
- <xsl:attribute name="p5opr:element-filename" select="p5opr:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
- <!--<xsl:message>#808.6.DEBUG ok</xsl:message>-->
|
|
|
- <xsl:attribute name="system_cache__appinfo:path" select="concat(../@targetNamespace,'/',$complexType_or_element_name186)"/>
|
|
|
- <with-param name="complexType"
|
|
|
- select="{$prefix_134}:{$complexType_or_element_name186}"/>
|
|
|
- <!--<xsl:message>#808.7.DEBUG ok</xsl:message>-->
|
|
|
- <system_cache__appinfo:element-filename><xsl:value-of select="system_cache__appinfo:element-filename('build_complexType',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename>
|
|
|
- <!--<system_cache__appinfo:element-filename-prefixed><xsl:value-of select="system_cache__appinfo:element-filename-prefixed('build_complexType',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename-prefixed>-->
|
|
|
- <!--<xsl:message>#808.8.DEBUG ok</xsl:message>-->
|
|
|
- <p5_tr_map:element-filename><xsl:value-of select="p5_tr_map:element-filename('go_recurse_from_root_by_build_complexType_cache',concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename>
|
|
|
- <!--<xsl:message>#808.9.DEBUG ok</xsl:message>-->
|
|
|
- <system_cache__appinfo:targetNamespace><xsl:value-of select="../@targetNamespace"/></system_cache__appinfo:targetNamespace>
|
|
|
- <system_cache__appinfo:name><xsl:value-of select="@name"/></system_cache__appinfo:name>
|
|
|
- <system_cache__appinfo:prefix><xsl:value-of select="$prefix_134"/></system_cache__appinfo:prefix>
|
|
|
- <!--<system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename><xsl:value-of select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename('system_cache__resources_tree_generate_xsl_required_occurs_raport:detect_resource_type.single_complexType',concat($prefix_134,':',$complexType_or_element_name186))"/></system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename>-->
|
|
|
- </build_cache>
|
|
|
- </xsl:when>
|
|
|
-
|
|
|
- <xsl:when test="local-name()='simpleType'">
|
|
|
- <build_cache name="build_complexType__simpleType" >
|
|
|
- <xsl:attribute name="id" select="@id"/>
|
|
|
- <xsl:attribute name="count" select="count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ])"/>
|
|
|
- <xsl:attribute name="id.int.rand" select="system_cache__appinfo:id.int.rand(@id)"/>
|
|
|
- <xsl:attribute name="system_cache__appinfo:document-uri" select="../.././@system_cache__appinfo:document-uri"/>
|
|
|
- <xsl:attribute name="system_cache__appinfo:document-uri-full" select="../.././@system_cache__appinfo:document-uri-full"/>
|
|
|
- <xsl:attribute name="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename" select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
- <xsl:attribute name="complexType_or_element_name" select="$complexType_or_element_name186"/>
|
|
|
- <xsl:attribute name="p5opr:element-filename" select="p5opr:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
- <xsl:attribute name="system_cache__appinfo:path" select="concat(../@targetNamespace,'/',$complexType_or_element_name186)"/>
|
|
|
- <xsl:attribute name="debug.targetNamespace" select="parent::*/@targetNamespace "/>
|
|
|
- <!--<xsl:attribute name="debug.prefix" select="parent::*/namespace::*[ . = @targetNamespace ]/name()"/>-->
|
|
|
- <xsl:attribute name="debug.prefix" select="parent::*/namespace::*[ . = ../@targetNamespace ]/name()"/>
|
|
|
- <xsl:attribute name="debug.prefix2" select="parent::*/namespace::*[ . = ../@targetNamespace and not(name()='') ]/name()"/>
|
|
|
- <!--<xsl:attribute name="system_cache__appinfo:element-filename" select="system_cache__appinfo:element-filename()"/>-->
|
|
|
- <!--<with-param name="element" select="{$prefix_134}:{$complexType_or_element_name186}"/>-->
|
|
|
- <xsl:choose>
|
|
|
- <xsl:when test="not(parent::*/namespace::*[ . = ../@targetNamespace and not(name()='') ])">
|
|
|
- <xsl:message terminate="yes">#952 ERROR WITH @targetNamespace="<xsl:value-of select="parent::*/@targetNamespace "/>"; @system_cache__appinfo:document-uri-full="<xsl:value-of select="../.././@system_cache__appinfo:document-uri-full"/>" </xsl:message>
|
|
|
- </xsl:when>
|
|
|
- </xsl:choose>
|
|
|
- <with-param name="element" select="{parent::*/namespace::*[ . = ../@targetNamespace and not(name()='')]/name()}:{$complexType_or_element_name186}"/>
|
|
|
- <system_cache__appinfo:element-filename><xsl:value-of select="system_cache__appinfo:element-filename('build_complexType__simpleType',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename>
|
|
|
- <system_cache__appinfo:element-filename-prefixed><xsl:value-of select="system_cache__appinfo:element-filename-prefixed('build_complexType__simpleType',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename-prefixed>
|
|
|
- <p5_tr_map:element-filename><xsl:value-of select="p5_tr_map:element-filename('go_recurse_from_root_by_build_element_cache',concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename>
|
|
|
- <p5_tr_map:element-filename-prefixed><xsl:value-of select="p5_tr_map:element-filename-prefixed(concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename-prefixed>
|
|
|
- <system_cache__appinfo:targetNamespace><xsl:value-of select="../@targetNamespace"/></system_cache__appinfo:targetNamespace>
|
|
|
- <system_cache__appinfo:name><xsl:value-of select="@name"/></system_cache__appinfo:name>
|
|
|
- <system_cache__appinfo:prefix><xsl:value-of select="$prefix_134"/></system_cache__appinfo:prefix>
|
|
|
- <p5_simpleSchema_map:element-filename><xsl:value-of select="p5_simpleSchema_map:element-filename(concat($prefix_134,':',$complexType_or_element_name186),.././@targetNamespace)"/></p5_simpleSchema_map:element-filename>
|
|
|
- <!--<system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename><xsl:value-of select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename('system_cache__resources_tree_generate_xsl_required_occurs_raport:detect_resource_type.single_element',concat($prefix_134,':',$complexType_or_element_name186))"/></system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename>-->
|
|
|
- </build_cache>
|
|
|
- </xsl:when>
|
|
|
-
|
|
|
- </xsl:choose>
|
|
|
- </xsl:for-each>
|
|
|
- </xsl:if>
|
|
|
- </xsl:for-each>
|
|
|
- </xsl:for-each>
|
|
|
- </system_cache__appinfo:element_complexType>
|
|
|
+ <xsl:message>157: buduje plaski obiekt/mape przetwarzania w celu przeszukania relacji @id=<xsl:value-of select="@id"/>; targetNamespace:<xsl:value-of select="$prefix_134"/>; $complexType_or_element_name186=<xsl:value-of select="$complexType_or_element_name186"/>; name:<xsl:value-of select="@name"/>; namespace-uri-for-prefix=<xsl:value-of select="namespace-uri-for-prefix($prefix_134,.)"/></xsl:message>
|
|
|
+ <xsl:choose>
|
|
|
+ <xsl:when test="local-name()='element'">
|
|
|
+ <build_cache name="build_element" >
|
|
|
+ <xsl:attribute name="id" select="@id"/>
|
|
|
+ <xsl:attribute name="count" select="count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ])"/>
|
|
|
+ <xsl:attribute name="id.int.rand" select="system_cache__appinfo:id.int.rand(@id)"/>
|
|
|
+ <xsl:attribute name="system_cache__appinfo:document-uri" select="../.././@system_cache__appinfo:document-uri"/>
|
|
|
+ <xsl:attribute name="system_cache__appinfo:document-uri-full" select="../.././@system_cache__appinfo:document-uri-full"/>
|
|
|
+ <xsl:attribute name="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename" select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
+ <xsl:attribute name="complexType_or_element_name" select="$complexType_or_element_name186"/>
|
|
|
+ <xsl:attribute name="p5opr:element-filename" select="p5opr:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
+ <xsl:attribute name="system_cache__appinfo:path" select="concat(../@targetNamespace,'/',$complexType_or_element_name186)"/>
|
|
|
+ <xsl:copy-of select="@system_cache__appinfo:path.2863.len.limit"/>
|
|
|
+ <!--<xsl:attribute name="system_cache__appinfo:element-filename" select="system_cache__appinfo:element-filename()"/>-->
|
|
|
+ <with-param name="element" select="{$prefix_134}:{$complexType_or_element_name186}"/>
|
|
|
+ <system_cache__appinfo:element-filename><xsl:value-of select="system_cache__appinfo:element-filename('build_element',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename>
|
|
|
+ <system_cache__appinfo:element-filename-prefixed><xsl:value-of select="system_cache__appinfo:element-filename-prefixed('build_element',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename-prefixed>
|
|
|
+ <p5_tr_map:element-filename><xsl:value-of select="p5_tr_map:element-filename('go_recurse_from_root_by_build_element_cache',concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename>
|
|
|
+ <p5_tr_map:element-filename-prefixed><xsl:value-of select="p5_tr_map:element-filename-prefixed(concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename-prefixed>
|
|
|
+ <system_cache__appinfo:targetNamespace><xsl:value-of select="../@targetNamespace"/></system_cache__appinfo:targetNamespace>
|
|
|
+ <system_cache__appinfo:name><xsl:value-of select="@name"/></system_cache__appinfo:name>
|
|
|
+ <system_cache__appinfo:prefix><xsl:value-of select="$prefix_134"/></system_cache__appinfo:prefix>
|
|
|
+ <p5_simpleSchema_map:element-filename><xsl:value-of select="p5_simpleSchema_map:element-filename(concat($prefix_134,':',$complexType_or_element_name186),.././@targetNamespace)"/></p5_simpleSchema_map:element-filename>
|
|
|
+ <!--<system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename><xsl:value-of select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename('system_cache__resources_tree_generate_xsl_required_occurs_raport:detect_resource_type.single_element',concat($prefix_134,':',$complexType_or_element_name186))"/></system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename>-->
|
|
|
+ </build_cache>
|
|
|
+ </xsl:when>
|
|
|
+ <xsl:when test="local-name()='complexType'">
|
|
|
+ <build_cache name="build_complexType" >
|
|
|
+ <xsl:attribute name="id" select="@id"/>
|
|
|
+ <xsl:attribute name="count" select="count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ])"/>
|
|
|
+ <xsl:attribute name="id.int.rand" select="system_cache__appinfo:id.int.rand(@id)"/>
|
|
|
+ <!--<xsl:message>#808.1.DEBUG ok</xsl:message>-->
|
|
|
+ <xsl:attribute name="system_cache__appinfo:document-uri" select="../.././@system_cache__appinfo:document-uri"/>
|
|
|
+ <!--<xsl:message>#808.2.DEBUG ok</xsl:message>-->
|
|
|
+ <xsl:attribute name="system_cache__appinfo:document-uri-full" select="../.././@system_cache__appinfo:document-uri-full"/>
|
|
|
+ <!--<xsl:message>#808.3.DEBUG ok</xsl:message>-->
|
|
|
+ <xsl:attribute name="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename" select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
+ <!--<xsl:message>#808.4.DEBUG ok</xsl:message>-->
|
|
|
+ <xsl:attribute name="complexType_or_element_name" select="$complexType_or_element_name186"/>
|
|
|
+ <!--<xsl:message>#808.5.DEBUG ok</xsl:message>-->
|
|
|
+ <xsl:attribute name="p5opr:element-filename" select="p5opr:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
+ <!--<xsl:message>#808.6.DEBUG ok</xsl:message>-->
|
|
|
+ <xsl:attribute name="system_cache__appinfo:path" select="concat(../@targetNamespace,'/',$complexType_or_element_name186)"/>
|
|
|
+ <xsl:copy-of select="@system_cache__appinfo:path.2863.len.limit"/>
|
|
|
+ <with-param name="complexType"
|
|
|
+ select="{$prefix_134}:{$complexType_or_element_name186}"/>
|
|
|
+ <!--<xsl:message>#808.7.DEBUG ok</xsl:message>-->
|
|
|
+ <system_cache__appinfo:element-filename><xsl:value-of select="system_cache__appinfo:element-filename('build_complexType',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename>
|
|
|
+ <!--<system_cache__appinfo:element-filename-prefixed><xsl:value-of select="system_cache__appinfo:element-filename-prefixed('build_complexType',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename-prefixed>-->
|
|
|
+ <!--<xsl:message>#808.8.DEBUG ok</xsl:message>-->
|
|
|
+ <p5_tr_map:element-filename><xsl:value-of select="p5_tr_map:element-filename('go_recurse_from_root_by_build_complexType_cache',concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename>
|
|
|
+ <!--<xsl:message>#808.9.DEBUG ok</xsl:message>-->
|
|
|
+ <system_cache__appinfo:targetNamespace><xsl:value-of select="../@targetNamespace"/></system_cache__appinfo:targetNamespace>
|
|
|
+ <system_cache__appinfo:name><xsl:value-of select="@name"/></system_cache__appinfo:name>
|
|
|
+ <system_cache__appinfo:prefix><xsl:value-of select="$prefix_134"/></system_cache__appinfo:prefix>
|
|
|
+ <!--<system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename><xsl:value-of select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename('system_cache__resources_tree_generate_xsl_required_occurs_raport:detect_resource_type.single_complexType',concat($prefix_134,':',$complexType_or_element_name186))"/></system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename>-->
|
|
|
+ </build_cache>
|
|
|
+ </xsl:when>
|
|
|
+
|
|
|
+ <xsl:when test="local-name()='simpleType'">
|
|
|
+ <build_cache name="build_complexType__simpleType" >
|
|
|
+ <xsl:attribute name="id" select="@id"/>
|
|
|
+ <xsl:attribute name="count" select="count(descendant-or-self::*[ @ref or not(contains(@type,'xs:')) ])"/>
|
|
|
+ <xsl:attribute name="id.int.rand" select="system_cache__appinfo:id.int.rand(@id)"/>
|
|
|
+ <xsl:attribute name="system_cache__appinfo:document-uri" select="../.././@system_cache__appinfo:document-uri"/>
|
|
|
+ <xsl:attribute name="system_cache__appinfo:document-uri-full" select="../.././@system_cache__appinfo:document-uri-full"/>
|
|
|
+ <xsl:attribute name="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename" select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
+ <xsl:attribute name="complexType_or_element_name" select="$complexType_or_element_name186"/>
|
|
|
+ <xsl:attribute name="p5opr:element-filename" select="p5opr:element-filename(../.././@system_cache__appinfo:document-uri, .././@targetNamespace,local-name(),@name)"/>
|
|
|
+ <xsl:attribute name="system_cache__appinfo:path" select="concat(../@targetNamespace,'/',$complexType_or_element_name186)"/>
|
|
|
+ <xsl:attribute name="debug.targetNamespace" select="parent::*/@targetNamespace "/>
|
|
|
+ <!--<xsl:attribute name="debug.prefix" select="parent::*/namespace::*[ . = @targetNamespace ]/name()"/>-->
|
|
|
+ <xsl:attribute name="debug.prefix" select="parent::*/namespace::*[ . = ../@targetNamespace ]/name()"/>
|
|
|
+ <xsl:attribute name="debug.prefix2" select="parent::*/namespace::*[ . = ../@targetNamespace and not(name()='') ]/name()"/>
|
|
|
+ <xsl:copy-of select="@system_cache__appinfo:path.2863.len.limit"/>
|
|
|
+ <!--<xsl:attribute name="system_cache__appinfo:element-filename" select="system_cache__appinfo:element-filename()"/>-->
|
|
|
+ <!--<with-param name="element" select="{$prefix_134}:{$complexType_or_element_name186}"/>-->
|
|
|
+ <xsl:choose>
|
|
|
+ <xsl:when test="not(parent::*/namespace::*[ . = ../@targetNamespace and not(name()='') ])">
|
|
|
+ <xsl:message terminate="yes">#952 ERROR WITH @targetNamespace="<xsl:value-of select="parent::*/@targetNamespace "/>"; @system_cache__appinfo:document-uri-full="<xsl:value-of select="../.././@system_cache__appinfo:document-uri-full"/>" </xsl:message>
|
|
|
+ </xsl:when>
|
|
|
+ </xsl:choose>
|
|
|
+ <with-param name="element" select="{parent::*/namespace::*[ . = ../@targetNamespace and not(name()='')]/name()}:{$complexType_or_element_name186}"/>
|
|
|
+ <system_cache__appinfo:element-filename><xsl:value-of select="system_cache__appinfo:element-filename('build_complexType__simpleType',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename>
|
|
|
+ <system_cache__appinfo:element-filename-prefixed><xsl:value-of select="system_cache__appinfo:element-filename-prefixed('build_complexType__simpleType',@name,$prefix_134,$targetNamespace_134)"/></system_cache__appinfo:element-filename-prefixed>
|
|
|
+ <p5_tr_map:element-filename><xsl:value-of select="p5_tr_map:element-filename('go_recurse_from_root_by_build_element_cache',concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename>
|
|
|
+ <p5_tr_map:element-filename-prefixed><xsl:value-of select="p5_tr_map:element-filename-prefixed(concat($prefix_134,':',$complexType_or_element_name186))"/></p5_tr_map:element-filename-prefixed>
|
|
|
+ <system_cache__appinfo:targetNamespace><xsl:value-of select="../@targetNamespace"/></system_cache__appinfo:targetNamespace>
|
|
|
+ <system_cache__appinfo:name><xsl:value-of select="@name"/></system_cache__appinfo:name>
|
|
|
+ <system_cache__appinfo:prefix><xsl:value-of select="$prefix_134"/></system_cache__appinfo:prefix>
|
|
|
+ <p5_simpleSchema_map:element-filename><xsl:value-of select="p5_simpleSchema_map:element-filename(concat($prefix_134,':',$complexType_or_element_name186),.././@targetNamespace)"/></p5_simpleSchema_map:element-filename>
|
|
|
+ <!--<system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename><xsl:value-of select="system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename('system_cache__resources_tree_generate_xsl_required_occurs_raport:detect_resource_type.single_element',concat($prefix_134,':',$complexType_or_element_name186))"/></system_cache__resources_tree_generate_xsl_required_occurs_raport:element-filename>-->
|
|
|
+ </build_cache>
|
|
|
+ </xsl:when>
|
|
|
+
|
|
|
+ </xsl:choose>
|
|
|
+ </xsl:for-each>
|
|
|
+ </xsl:if>
|
|
|
+
|
|
|
</xsl:template>
|
|
|
|
|
|
-
|
|
|
<!-- do aktualizowania pozycji w schemache-->
|
|
|
<xsl:template name="system_cache__appinfo:position">
|
|
|
<xsl:param name="xml"/>
|