|
|
@@ -136,7 +136,7 @@
|
|
|
<xsl:with-param name="element" select="name()"/>
|
|
|
<xsl:with-param name="node" select="."/>
|
|
|
</xsl:apply-templates>
|
|
|
- <xsl:copy-of select="@*"/>
|
|
|
+ <!--<xsl:copy-of select="@*"/>-->
|
|
|
<xsl:choose>
|
|
|
<!-- <xsl:when test="@system_cache__appinfo:id">
|
|
|
<xsl:attribute name="xml_id" select="@system_cache__appinfo:id"/>
|
|
|
@@ -162,7 +162,7 @@
|
|
|
<xsl:when test="$element='p5_tr_map:go_recurse_from_root_by_build_element_loop'">
|
|
|
<xsl:copy-of select="."/>
|
|
|
</xsl:when>
|
|
|
- <xsl:when test=" namespace-uri($node)!='http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd'">
|
|
|
+ <xsl:when test="namespace-uri($node)!='http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd'">
|
|
|
<xsl:copy-of select="."/>
|
|
|
</xsl:when>
|
|
|
</xsl:choose>
|