소스 검색

druk mod , doku, todo during optim view of IPN records

a.binder 4 년 전
부모
커밋
efad288d44
21개의 변경된 파일1160개의 추가작업 그리고 679개의 파일을 삭제
  1. 208 77
      SE/schema/WPS_Functions/default_db/CRM_PROCES_tree/build_CRM_PROCES_tree.xml
  2. 67 4
      SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.universal.xsl
  3. 1 1
      SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_4UA.xsl
  4. 258 0
      SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_IPN21.xsl
  5. 5 2
      SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_context.path.keyrefs.xsl
  6. 26 3
      SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_tree_to_dita.sources.xsl
  7. 79 9
      SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_tree_to_dita.xsl
  8. 2 1
      SE/schema/default_db_xml_cache.public/default_db/tree_to_dita.xsl
  9. 186 15
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/build_CRM_PROCES_tree.xml.ditamap
  10. 34 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/build_target_process.dita
  11. 26 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/crm_proces_tree_basedir_temp_uuid_uuid_ditamap_property.dita
  12. 7 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/echoxml_postprocess_modules_xml.dita
  13. 20 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/mkdir_crm_proces_tree_basedir_temp.dita
  14. 7 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/run_ant_build_preprocess_xml.dita
  15. 85 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/sequence_xslt_transform_preprocess.dita
  16. 7 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/using_mode_bi_audit_energa_rum_kontrahenci_powiazania_row_lista.dita
  17. 14 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/uuid_parameter.dita
  18. 12 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/xslt_mode_appinfo_xsd_postprocess_out_build_postprocess_xml_in_postprocess_xml.dita
  19. 20 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/xslt_mode_default_in_raport_out__ditamap.dita
  20. 10 0
      doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/xslt_mode_posprocess_style_tree_to_dita_xsl.dita
  21. 86 567
      se.oxygen.xpr

+ 208 - 77
SE/schema/WPS_Functions/default_db/CRM_PROCES_tree/build_CRM_PROCES_tree.xml

@@ -50,7 +50,11 @@
     
     
     <!-- WPS_Function standard properties mainaint to be copied to any build module -->
-    <target name="default_db:CRM_PROCES:tree:create_tempdir">
+    <target name="default_db:CRM_PROCES:tree:create_tempdir" depends="CRM_PROCES_tree_basedir.temp">
+        <fail>NOW USE TARGET NAME CRM_PROCES_tree_basedir.temp- to remove task </fail>
+    </target>
+    
+    <target name="CRM_PROCES_tree_basedir.temp">
         <mkdir dir="${CRM_PROCES_tree_basedir.temp}"/>
     </target>
     
@@ -291,11 +295,81 @@
     </target>
     
     <!-- depends="p5suis.p5suis.say_queue_dir.waitfor" -->
-    <target name="default_db:PROCES_INIT:tree:dita" depends="graph_gnuplot.check,recurse_ant.basedir.out.uuid.out_task.dita.final_with_RelatedFeatureLoop.xml.property,CRM_PROCES_tree_basedir.temp.uuid.uuid.ditamap.property"   description="To create .dita file by using tree_to_dita.xsl which includes PROCES_INIT_tree_to_dita.xsl and also PROJECTS etc. "> <!-- depends="read_build_properties" -->
+    <target name="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property">
+        <property name="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property" location="${CRM_PROCES_tree_basedir.temp}/${uuid}.temp"/>
+    </target>
+    
+    <target name="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__IF_EXISTS" depends="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property">
+                
+                <fail unless="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property"/>
+                
+                <condition property="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__IF_EXISTS" value="EXISTS DIR of previous generating ${CRM_PROCES_tree_basedir.temp}/${uuid}">
+                    <available file="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>
+                </condition>
+                
+                <condition property="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid.temp__x3A__rotate__IF_EXISTS" value="EXISTS DIR of previous generating ${CRM_PROCES_tree_basedir.temp}/${uuid}">
+                    <available file="${CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property}"/>
+                </condition>
+                
+                <echo> ${CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__EXISTS} </echo>
+                
+            </target>
+    
+    <target name="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid.temp__x3A__delete" depends="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__IF_EXISTS" 
+            if="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid.temp__x3A__rotate__IF_EXISTS">
+                
+                <fail unless="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property"/>
+                    <echo>We delete ${CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property} </echo>    
+                    <delete  file="${CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property}" />
+                    
+                    <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue.PL">
+                        <property name="p5suis:say_text" value="Kasuję kopię debugu poprzedniego raportu" />
+                    </ant>
+                    
+                </target>
+    
+    <target name="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate" depends="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__IF_EXISTS, CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid.temp__x3A__delete ,  default_db.PROCES_INIT.tree.dita.debug__unless__CRM_PROCES_tree.debug" 
+                    if="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__IF_EXISTS">
+                <description>To rotate dir="${CRM_PROCES_tree_basedir.temp}/${uuid}" dir for debug purposes if exists</description>
+                <fail unless="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property"/>
+                <echo>We rotate ${CRM_PROCES_tree_basedir.temp}/${uuid} for .old for debug purposes of diff etc</echo>    
+                <move  file="${CRM_PROCES_tree_basedir.temp}/${uuid}" tofile="${CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property}"/>
+                
+                <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue.PL">
+                    <property name="p5suis:say_text" value="Tworzę kopię poprzedniego raportu dla debugu i go otwieram" />
+                </ant>
+                
+                <exec executable="open">
+                    <arg file="${CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__x3A__property}"/>
+                </exec>
+                
+            </target>
+    
+    
+    <target name="default_db.PROCES_INIT.tree.dita.debug__unless__CRM_PROCES_tree.debug" unless="CRM_PROCES_tree.debug" if="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__IF_EXISTS">
+        <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue.PL">
+            <property name="p5suis:say_text" value="Używaj opcji CRM_PROCES_tree.debug, aby widzieć różnicę." />
+        </ant>
+    </target>
+    
+    
+    
+    
+    
+    <target name="default_db:PROCES_INIT:tree:dita" depends="graph_gnuplot.check,recurse_ant.basedir.out.uuid.out_task.dita.final_with_RelatedFeatureLoop.xml.property,CRM_PROCES_tree_basedir.temp.uuid.uuid.ditamap.property,CRM_PROCES_tree_basedir.temp,CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate"   description="To create .dita file by using tree_to_dita.xsl which includes PROCES_INIT_tree_to_dita.xsl and also PROJECTS etc. "> <!-- depends="read_build_properties" -->
         <!-- ,dita-ot.INSTALL.INSTALL -->
         <echo>#260 top debug type -DCRM_PROCES_tree.debug=1 </echo>
+        
         <delete dir="${CRM_PROCES_tree_basedir.temp}/${uuid}" />
         <mkdir dir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>
+            <condition property="CRM_PROCES_tree_basedir.temp_NOT_EXISTS" value="not exist dir ${CRM_PROCES_tree_basedir.temp}/${uuid}">
+                <not>
+                    <available file="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>
+                </not>
+            </condition>
+            <fail if="CRM_PROCES_tree_basedir.temp_NOT_EXISTS" message="${CRM_PROCES_tree_basedir.temp_NOT_EXISTS}"/>
+        
+        
         <property name="uuid" value="${uuid}"/> <!-- to be set from param -->
         
         <!--to say something manager: typical tasks:-->
@@ -308,45 +382,46 @@
           <!--   <ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
         
         
+        <property name="postprocess_modules.xml" location="${CRM_PROCES_tree_basedir.temp}/${uuid}/postprocess_modules.xml"/>
         
-        <tempfile prefix="postprocess_modules.xml" suffix=".xml" property="postprocess_modules.xml" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>
+        <!--<tempfile prefix="postprocess_modules.xml" suffix=".xml" property="postprocess_modules.xml" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>-->
         <!-- todo cos takiego musi sie jakos generowac ogolnie jako mapping do modulow do odpalenia w postprocessingu -->
-        <echoxml file="${postprocess_modules.xml}">
-            <postprocess_modules>
-                <gml_to_image>
-                    <ant antfile="${mapserver_gml_to_png}" > <!-- inheritall="false" -->
-                        <property name="srcfile" value="@srcfile"/>
-                        <property name="dstfile" value="@dstfile"/>
-                        <property name="fileindex" value="@fileindex"/>
-                        <property name="ditadir" value="@ditadir"/>
-                    </ant>
-                </gml_to_image>
-                <graph_to_image>
-                    <ant antfile="${graph_gnuplot}" > <!-- inheritall="false" -->
-                        <property name="srcfile" value="@srcfile"/>
-                        <property name="dstfile" value="@dstfile"/>
-                        <property name="fileindex" value="@fileindex"/>
-                        <property name="ditadir" value="@ditadir"/>
-                    </ant>
-                </graph_to_image>
-                <bocian-graph-2-html>
-                    <ant antfile="${bcgtht.bcgtht.xml.build}" target="preprocess">
-                        <property name="srcfile" value="@srcfile"/>
-                        <property name="dstfile" value="@dstfile"/>
-                        <property name="fileindex" value="@fileindex"/>
-                        <property name="ditadir" value="@ditadir"/>
-                    </ant>
-                </bocian-graph-2-html>
-                <p5RvJiE>
-                    <ant antfile="${p5RvJiE.render.build}" target="preprocess">
-                        <property name="srcfile" value="@srcfile"/>
-                        <property name="dstfile" value="@dstfile"/>
-                        <property name="fileindex" value="@fileindex"/>
-                        <property name="ditadir" value="@ditadir"/>
-                    </ant>
-                </p5RvJiE>
-            </postprocess_modules>
-        </echoxml>
+            <echoxml file="${postprocess_modules.xml}">
+                <postprocess_modules>
+                    <gml_to_image>
+                        <ant antfile="${mapserver_gml_to_png}" > <!-- inheritall="false" -->
+                            <property name="srcfile" value="@srcfile"/>
+                            <property name="dstfile" value="@dstfile"/>
+                            <property name="fileindex" value="@fileindex"/>
+                            <property name="ditadir" value="@ditadir"/>
+                        </ant>
+                    </gml_to_image>
+                    <graph_to_image>
+                        <ant antfile="${graph_gnuplot}" > <!-- inheritall="false" -->
+                            <property name="srcfile" value="@srcfile"/>
+                            <property name="dstfile" value="@dstfile"/>
+                            <property name="fileindex" value="@fileindex"/>
+                            <property name="ditadir" value="@ditadir"/>
+                        </ant>
+                    </graph_to_image>
+                    <bocian-graph-2-html>
+                        <ant antfile="${bcgtht.bcgtht.xml.build}" target="preprocess">
+                            <property name="srcfile" value="@srcfile"/>
+                            <property name="dstfile" value="@dstfile"/>
+                            <property name="fileindex" value="@fileindex"/>
+                            <property name="ditadir" value="@ditadir"/>
+                        </ant>
+                    </bocian-graph-2-html>
+                    <p5RvJiE>
+                        <ant antfile="${p5RvJiE.render.build}" target="preprocess">
+                            <property name="srcfile" value="@srcfile"/>
+                            <property name="dstfile" value="@dstfile"/>
+                            <property name="fileindex" value="@fileindex"/>
+                            <property name="ditadir" value="@ditadir"/>
+                        </ant>
+                    </p5RvJiE>
+                </postprocess_modules>
+            </echoxml>
         
         
         <!--<classloader classpath="${p5xsl.expath-tools-saxon-0.1.0.jar}"  />-->
@@ -358,8 +433,9 @@
             $org.expath.tools.saxon.present = ${org.expath.tools.saxon.present}
         </echo>
         <property name="expath.base.directory" location="${p5xsl.expath-tools-saxon-0.1.0.jar}"/>
-        <tempfile prefix="preprocess" suffix=".xml" property="preprocess" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/> <!-- mainly for gml images - may be more than one ! -->
-       <!-- <parallel threadcount="2">-->
+        <!--<tempfile prefix="preprocess" suffix=".xml" property="preprocess" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>--> <!-- mainly for gml images - may be more than one ! -->
+        <property name="preprocess" location="${CRM_PROCES_tree_basedir.temp}/${uuid}/preprocess.xml"/>
+        <!-- <parallel threadcount="2">-->
             <sequential>
                 <echo>#342 mode preprocess</echo>
                 <xslt basedir="${CRM_PROCES_tree_basedir.temp}"
@@ -369,27 +445,26 @@
                         <attribute name="http://saxon.sf.net/feature/configuration-file" value="${p5xsl.saxon.configuration.xml}"/><!-- In this case this must be the first attribute. -->
                         <!--<attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>-->
                         <attribute name="http://saxon.sf.net/feature/initialMode" value="preprocess"/>
-                        <!--<attribute name="http://saxon.sf.net/feature/ignoreSAXSourceParser"/>--> <!-- One configuration property that is particularly useful when running Ant is http://saxon.sf.net/feature/ignoreSAXSourceParser. Normally, Saxon attempts to set its own EntityResolver on the XML parser used for parsing source documents, because this allows commonly used DTDs and external entities to be fetched from Saxon's internal copies rather than from the web. However, when the application invoking Saxon supplies its own pre-configured XML parser, Saxon normally respects this and does not change the settings supplied. Ant, when it invokes Saxon, supplies an XML parser, so by default Saxon will not set its own EntityResolver. Setting the ignoreSAXSourceParser configuration option in an attribute child of the factory element overrides this. This can give dramatic performance improvements when using Ant to transform documents that contain references to these common W3C DTDs and entity files. --> 
-                         
-                        <!--<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>-->
-                        <!--<attribute name="http://saxon.sf.net/feature/validation" value="off"/>--><!-- on recover -->
-                        <!--<attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable" value="off"/>--><!-- on recover -->
-                        <!--<attribute name="http://saxon.sf.net/feature/expathFileDeleteTemporaryFiles"/>-->  <!-- (on|off) -->
-                        <!--<attribute name="http://saxon.sf.net/feature/optimizationLevel"/>-->  <!-- -opt:[-]flags --> <!--  (c: generate bytecode; f: inline functions; g: extract global variables; j: just-in-time compilation of template rules (currently XSLT-only); k: create keys; l: loop lifting; m: miscellaneous; r: template rule-sets (not relevant to XQuery); s: extract common subexpressions; v: inline variables; w: create switch statements; x: index predicates). A value such as opt:gs runs with only the selected optimizations; opt:-gs runs with the selected optimizations disabled and all others enabled. The value opt:0 suppresses all optimizations. The default is full optimization; this feature allows optimization to be suppressed in cases where reducing compile time is important, or where optimization gets in the way of debugging, or causes extension functions with side-effects to behave unpredictably. (Note however, that even with no optimization, lazy evaluation may still cause the evaluation order to be not as expected.) -->
-                        <!--<attribute name="http://saxon.sf.net/feature/standardErrorOutputFile" value=""/>--> 
-                        <!--<attribute name="http://saxon.sf.net/feature/streamability"/>--><!-- off standard  -->
-                        <!--<attribute name="http://saxon.sf.net/feature/timing" value="true" />--> <!-- This is set to true to cause basic timing and tracing information to be output to the standard error output stream. The name of the feature is poorly chosen, since much of the information that is output has nothing to do with timing, for example the names of output files for xsl:result-document are traced, as are the names of schema documents loaded. -->
-                        <!--<attribute name="http://saxon.sf.net/feature/trace-external-functions" value="true"/>--> <!-- If this option is set, Saxon will output (to the standard error output) progress information about its attempts to locate and disambiguate references to reflexive Java extension functions. This is useful for diagnostics if the XQuery or XSLT compiler is failing to locate user-written extension functions.-->
-                        <!--<attribute name="http://saxon.sf.net/feature/treeModel"/>--> <!-- -tree:(linked|tiny|tinyc) --> <!-- Selects an implementation of the Saxon tree model. The default is TINY_TREE. For running XQuery Update, use the linked tree, because it is the only implementation that is updateable. -->
-                        <!--<attribute name="http://saxon.sf.net/feature/validation-warnings" value="false" />--> <!-- true  todo ? falese?-->
-                        <!-- XML_PARSER_FEATURE
-http://saxon.sf.net/feature/parserFeature?uri=
-Sets the value of a parser feature flag. The feature name is any fully-qualified URI.
-For example if the parser supports a feature http://xml.org/sax/features/external-parameter-entities then this can be set by setting the value of the Configuration property: http://saxon.sf.net/feature/parserFeature?uri=http%3A//xml.org/sax/features/external-parameter-entities to true. -->
-                        <!-- XML_PARSER_PROPERTY
-http://saxon.sf.net/feature/parserProperty?uri=
-Sets the value of a parser property flag. The property name is any fully-qualified URI.
-For example if the parser supports a property http://apache.org/xml/properties/schema/external-schemaLocation then this can be set using the value of the Configuration property: http://saxon.sf.net/feature/parserProperty?uri=http%3A//apache.org/xml/properties/schema/external-schemaLocation to the required value. -->
+                             <!--<attribute name="http://saxon.sf.net/feature/ignoreSAXSourceParser"/>--> <!-- One configuration property that is particularly useful when running Ant is http://saxon.sf.net/feature/ignoreSAXSourceParser. Normally, Saxon attempts to set its own EntityResolver on the XML parser used for parsing source documents, because this allows commonly used DTDs and external entities to be fetched from Saxon's internal copies rather than from the web. However, when the application invoking Saxon supplies its own pre-configured XML parser, Saxon normally respects this and does not change the settings supplied. Ant, when it invokes Saxon, supplies an XML parser, so by default Saxon will not set its own EntityResolver. Setting the ignoreSAXSourceParser configuration option in an attribute child of the factory element overrides this. This can give dramatic performance improvements when using Ant to transform documents that contain references to these common W3C DTDs and entity files. -->   
+                             <!--<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>-->
+                             <!--<attribute name="http://saxon.sf.net/feature/validation" value="off"/>--><!-- on recover -->
+                             <!--<attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable" value="off"/>--><!-- on recover -->
+                             <!--<attribute name="http://saxon.sf.net/feature/expathFileDeleteTemporaryFiles"/>-->  <!-- (on|off) -->
+                             <!--<attribute name="http://saxon.sf.net/feature/optimizationLevel"/>-->  <!-- -opt:[-]flags --> <!--  (c: generate bytecode; f: inline functions; g: extract global variables; j: just-in-time compilation of template rules (currently XSLT-only); k: create keys; l: loop lifting; m: miscellaneous; r: template rule-sets (not relevant to XQuery); s: extract common subexpressions; v: inline variables; w: create switch statements; x: index predicates). A value such as opt:gs runs with only the selected optimizations; opt:-gs runs with the selected optimizations disabled and all others enabled. The value opt:0 suppresses all optimizations. The default is full optimization; this feature allows optimization to be suppressed in cases where reducing compile time is important, or where optimization gets in the way of debugging, or causes extension functions with side-effects to behave unpredictably. (Note however, that even with no optimization, lazy evaluation may still cause the evaluation order to be not as expected.) -->
+                             <!--<attribute name="http://saxon.sf.net/feature/standardErrorOutputFile" value=""/>--> 
+                             <!--<attribute name="http://saxon.sf.net/feature/streamability"/>--><!-- off standard  -->
+                             <!--<attribute name="http://saxon.sf.net/feature/timing" value="true" />--> <!-- This is set to true to cause basic timing and tracing information to be output to the standard error output stream. The name of the feature is poorly chosen, since much of the information that is output has nothing to do with timing, for example the names of output files for xsl:result-document are traced, as are the names of schema documents loaded. -->
+                             <!--<attribute name="http://saxon.sf.net/feature/trace-external-functions" value="true"/>--> <!-- If this option is set, Saxon will output (to the standard error output) progress information about its attempts to locate and disambiguate references to reflexive Java extension functions. This is useful for diagnostics if the XQuery or XSLT compiler is failing to locate user-written extension functions.-->
+                             <!--<attribute name="http://saxon.sf.net/feature/treeModel"/>--> <!-- -tree:(linked|tiny|tinyc) --> <!-- Selects an implementation of the Saxon tree model. The default is TINY_TREE. For running XQuery Update, use the linked tree, because it is the only implementation that is updateable. -->
+                             <!--<attribute name="http://saxon.sf.net/feature/validation-warnings" value="false" />--> <!-- true  todo ? falese?-->
+                             <!-- XML_PARSER_FEATURE
+                                 http://saxon.sf.net/feature/parserFeature?uri=
+                                 Sets the value of a parser feature flag. The feature name is any fully-qualified URI.
+                                 For example if the parser supports a feature http://xml.org/sax/features/external-parameter-entities then this can be set by setting the value of the Configuration property: http://saxon.sf.net/feature/parserFeature?uri=http%3A//xml.org/sax/features/external-parameter-entities to true. -->
+                             <!-- XML_PARSER_PROPERTY
+                                 http://saxon.sf.net/feature/parserProperty?uri=
+                                 Sets the value of a parser property flag. The property name is any fully-qualified URI.
+                                For example if the parser supports a property http://apache.org/xml/properties/schema/external-schemaLocation then this can be set using the value of the Configuration property: http://saxon.sf.net/feature/parserProperty?uri=http%3A//apache.org/xml/properties/schema/external-schemaLocation to the required value. -->
                     </factory>
                     <param name="expath.base.directory" expression="${p5xsl.expath-tools-saxon-0.1.0.jar}"/>
                     <classpath location="/opt/local/share/java/saxon9he.jar"/>
@@ -436,13 +511,17 @@ For example if the parser supports a property http://apache.org/xml/properties/s
         <!--</parallel>-->
         
         
-        <tempfile prefix="build_preprocess" suffix=".xml" property="build_preprocess" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>
+        <!--<tempfile prefix="build_preprocess" suffix=".xml" property="build_preprocess" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>-->
+        <property name="build_preprocess" location="${CRM_PROCES_tree_basedir.temp}/${uuid}/build_preprocess.xml"/>
         
             <!-- TODO WAIT TASK TO COMMUNICATION SAY OBSLUZYC - COMPLY -->
         
         <echo>#414 mode {http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}preprocess</echo>
         
-            <xslt basedir="${CRM_PROCES_tree_basedir.temp}" style="${postprocess.xsl}" in="${preprocess}"  out="${build_preprocess}">
+            <xslt basedir="${CRM_PROCES_tree_basedir.temp}" 
+                style="${postprocess.xsl}" 
+                in="${preprocess}"  
+                out="${build_preprocess}">
                 <factory name="net.sf.saxon.TransformerFactoryImpl">    
                     <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
                     <attribute name="http://saxon.sf.net/feature/initialMode" value="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}preprocess"/>
@@ -493,11 +572,13 @@ For example if the parser supports a property http://apache.org/xml/properties/s
         </xslt>
 
         
-        <tempfile prefix="postprocess" suffix=".xml" property="postprocess" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>
+        <!--<tempfile prefix="postprocess" suffix=".xml" property="postprocess" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>-->
+        <property name="postprocess" location="${CRM_PROCES_tree_basedir.temp}/${uuid}/postprocess.xml"/>
         
         <echo>#441 mode postprocess</echo>
         
-        <xslt basedir="${CRM_PROCES_tree_basedir.temp}" style="${tree_to_dita.xsl}" in="${recurse_ant.basedir.out.uuid.out_task.dita.final_with_RelatedFeatureLoop.xml}"  out="${postprocess}"  ><!-- ${recurse_ant.basedir.out}/${uuid}.out_task.dita.final_with_RelatedFeatureLoop.xml -->
+        <xslt basedir="${CRM_PROCES_tree_basedir.temp}" style="${tree_to_dita.xsl}" in="${recurse_ant.basedir.out.uuid.out_task.dita.final_with_RelatedFeatureLoop.xml}" 
+            out="${postprocess}"  ><!-- ${recurse_ant.basedir.out}/${uuid}.out_task.dita.final_with_RelatedFeatureLoop.xml -->
             <factory name="net.sf.saxon.TransformerFactoryImpl">    
                 <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
                 <attribute name="http://saxon.sf.net/feature/initialMode" value="postprocess"/>
@@ -513,8 +594,8 @@ For example if the parser supports a property http://apache.org/xml/properties/s
             <!--<param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/bocian-graph-to-html/bcgtht.xsd}repository" expression="${bcgtht.repository}"/>-->
         </xslt>
         
-        
-        <tempfile prefix="build_postprocess" suffix=".xml" property="build_postprocess" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>
+        <property name="build_postprocess" location="${CRM_PROCES_tree_basedir.temp}/${uuid}/build_postprocess.xml"/>
+        <!--<tempfile prefix="build_postprocess" suffix=".xml" property="build_postprocess" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>-->
         
         
         <xslt basedir="${CRM_PROCES_tree_basedir.temp}" style="${postprocess.xsl}" in="${postprocess}"  out="${build_postprocess}">
@@ -550,37 +631,87 @@ For example if the parser supports a property http://apache.org/xml/properties/s
     </target>
     
     
-    <target name="default_db.PROCES_INIT.tree.dita.debug" if="CRM_PROCES_tree.debug">
+    <target name="default_db.PROCES_INIT.tree.dita.diff__CONDITION" >
+        <condition property="default_db.PROCES_INIT.tree.dita.diff__CONDITION" value="jest katalog backupu oraz parametr debug">
+            <and>
+                <isset property="CRM_PROCES_tree_basedir__x2E__temp__x3A__uuid__x3A__rotate__IF_EXISTS"/>
+                <isset property="CRM_PROCES_tree.debug"/>
+            </and>
+        </condition>
+        <echo message="${default_db.PROCES_INIT.tree.dita.diff__CONDITION}"/>
+    </target>
+    
+    
+    <target name="default_db.PROCES_INIT.tree.dita.debug__diff" if="default_db.PROCES_INIT.tree.dita.diff__CONDITION"  depends="default_db.PROCES_INIT.tree.dita.diff__CONDITION">
+        <sleep seconds="1"/>
+        <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue.PL">
+            <property name="p5suis:say_text" value="Analizuję różnicę raportów." />
+        </ant>
+        <echo message="Analizuję różnicę raportów."/>
+    </target>
+    
+    <target name="default_db.PROCES_INIT.tree.dita.debug" if="CRM_PROCES_tree.debug"  depends="default_db.PROCES_INIT.tree.dita.debug__diff" >
         <echo>#394 debug </echo>
+        <sleep seconds="1"/>
+        <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue.PL">
+            <property name="p5suis:say_text" value="Opcja 394 DEBUG, otwieram pliki raportu" />
+        </ant>
+        
         <exec executable="open">
             <arg file="${recurse_ant.basedir.out}/${uuid}.out_task.dita.final_with_RelatedFeatureLoop.xml"/>
         </exec>
         
+        
+            
+        
+            <sleep seconds="3"/>
+            <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue.PL">
+                <property name="p5suis:say_text" value="Otwieram katalog temp. raportu" />
+            </ant>
+                <exec executable="open">
+                    <arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>
+                </exec>
+        <!--<copy  file="${preprocess}" tofile="${CRM_PROCES_tree_basedir.temp}/${uuid}/__preprocess.xml"/>-->
         <exec executable="open">
-            <arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>
+            <arg file="${preprocess}"/>
+            <!--<arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/__preprocess.xml"/>-->
         </exec>
         
-        <copy  file="${preprocess}" tofile="${CRM_PROCES_tree_basedir.temp}/${uuid}/__preprocess.xml"/>
+        
+        <!--<copy  file="${build_preprocess}" tofile="${CRM_PROCES_tree_basedir.temp}/${uuid}/__build_preprocess.xml"/>-->
         <exec executable="open">
-            <arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/__preprocess.xml"/>
+            <!--<arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/__build_preprocess.xml"/>-->
+            <arg file="${build_preprocess}"/>
         </exec>
         
+        <!--<copy  file="${build_postprocess}" tofile="${CRM_PROCES_tree_basedir.temp}/${uuid}/__build_postprocess.xml"/>-->
         
-        <copy  file="${build_preprocess}" tofile="${CRM_PROCES_tree_basedir.temp}/${uuid}/__build_preprocess.xml"/>
         <exec executable="open">
-            <arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/__build_preprocess.xml"/>
+            <!--<arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/__build_postprocess.xml"/>-->
+            <arg file="${postprocess}"/>
         </exec>
         
-        <copy  file="${build_postprocess}" tofile="${CRM_PROCES_tree_basedir.temp}/${uuid}/__build_postprocess.xml"/>
         <exec executable="open">
-            <arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/__build_postprocess.xml"/>
+            <!--<arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/__build_postprocess.xml"/>-->
+            <arg file="${build_postprocess}"/>
         </exec>
         
+        <fail unless="CRM_PROCES_tree_basedir.temp.uuid.uuid.ditamap"></fail>
         
         <exec executable="open">
-            <arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/${uuid}.ditamap"/>
+            <!--<arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/${uuid}.ditamap"/>-->
+            <arg file="${CRM_PROCES_tree_basedir.temp.uuid.uuid.ditamap}"/>
         </exec>
         
+        <exec executable="open">
+            <!--<arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/__build_postprocess.xml"/>-->
+            <arg file="${CRM_PROCES_tree_basedir.temp}/${uuid}/interested_row.xml"/>
+        </exec>
+        
+        
+        
+        
+        
     </target>
     
     

+ 67 - 4
SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.universal.xsl

@@ -138,7 +138,7 @@
                                 <xsl:choose>
                                     <xsl:when test="$curr = $min and position() = 1">
                                         <xsl:message>#547-2603 - generating first occurence of <xsl:value-of select="$group_name"/> ; $mode=<xsl:value-of select="$mode"/>; local-name=<xsl:value-of select="local-name()"/>; last/name=<xsl:value-of select="ancestor::BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object[position() =  last()]/*[1]/local-name()"/> ;; last/@fid=<xsl:value-of select="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object[position() =  last()]/*[1]/@fid"/></xsl:message>
-                                        <xsl:comment>#538 pos <xsl:value-of select="$curr"/>=<xsl:value-of select="$curr"/>; min=<xsl:value-of select="$min"/>; @<xsl:value-of select="@generate-id"/></xsl:comment>
+                                        <xsl:comment>#538-142 pos <xsl:value-of select="$curr"/>=<xsl:value-of select="$curr"/>; min=<xsl:value-of select="$min"/>; @<xsl:value-of select="@generate-id"/>;  <xsl:value-of select="$group_name"/> ; $mode=<xsl:value-of select="$mode"/>; local-name=<xsl:value-of select="local-name()"/>; last/name=<xsl:value-of select="ancestor::BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object[position() =  last()]/*[1]/local-name()"/> ;; last/@fid=<xsl:value-of select="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object[position() =  last()]/*[1]/@fid"/>; </xsl:comment>
                                         <!--<xsl:copy-of select="../../."/>-->
                                         <xsl:choose>
                                             <xsl:when test="$mode = 'BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_person'">
@@ -180,6 +180,13 @@
                                                     <xsl:with-param name="mode" select="$mode" tunnel="yes"/>
                                                 </xsl:apply-templates>
                                             </xsl:when>
+                                            
+                                            
+                                            
+                                            
+                                            
+                                            
+                                            
                                             <xsl:when test="$mode = 'system_cache__dita:ANALIZA_UMOW_4UA_preprocess'">
                                                 <xsl:apply-templates mode="system_cache__dita:ANALIZA_UMOW_4UA_preprocess" select="." >
                                                     <xsl:with-param name="group_name" select="$group_name"/>
@@ -398,7 +405,7 @@
         <xsl:param name="mode" required="yes"/>
         <xsl:param name="current-grouping-key" required="yes"/>
         <xsl:param name="group_name" required="yes"/>
-        <xsl:comment>#156 adding universal <xsl:value-of select="@fid"/>; $mode=<xsl:value-of select="$mode"/>; </xsl:comment>
+        <xsl:comment>#156 adding universal <xsl:value-of select="@fid"/>; $mode=<xsl:value-of select="$mode"/>; element=<xsl:value-of select="name()"/>; </xsl:comment>
          <!-- XX7 href="{system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.href(system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.DETECT.key(@fid,'','',position()))}" -->
             <!--<xsl:copy-of select="system_cache__dita:files.context.title.keyref(current(),$title)"/>-->
             <xsl:choose>
@@ -547,6 +554,44 @@
         <xsl:apply-templates mode="#current"/>
     </xsl:template>-->
     
+    <xsl:template mode="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.universal.body" match="BI_audit_IPN">
+        <xsl:param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.current" required="yes" />
+        <xsl:param name="system_cache__dita:element__x3A__parent"  required="yes"/>
+        <xsl:param name="title"  required="yes"/>
+        <xsl:param name="system_cache__dita:xref__x3A__title" required="yes"/>
+        <xsl:param name="count" required="yes"/>
+        <xsl:param name="fid" required="yes"/>
+        <xsl:param name="end_fid" required="yes"/>
+        <xsl:param name="get_wfs:name_from_fid" required="yes"/>
+        <xsl:param name="system_cache__dita:content__x3A__minimize"  tunnel="yes"/>
+        
+        <xsl:variable name="context" select="."/>
+        <xsl:variable name="system_cache__dita:paragraph_allowed_element__x3A__calculated" select="system_cache__dita:element.next($system_cache__dita:element__x3A__parent)"/>
+            
+        
+       
+             <!--<xsl:variable name="link__x3A__title">
+                 <xsl:if test="nazwisko/text()"> nazwisko <b><xsl:value-of select="nazwisko"/></b></xsl:if>
+                 <xsl:if test="imiona/text()"> imiona <b><xsl:value-of select="imiona"/></b></xsl:if>
+             </xsl:variable>-->
+             
+                     <draft-comment author="a.binder"> #564B to match=<xsl:value-of select="name()"/>;  </draft-comment>
+                     <!--<xsl:copy-of select="system_cache__dita:files.context.title.keyref(current(),$system_cache__dita:xref__x3A__title)" copy-namespaces="no"/>-->
+                     <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__resolve__key">
+                         <xsl:with-param name="fid" select="@fid"/> <!-- $fid -->
+                         <xsl:with-param name="title">IPN21_powiazania</xsl:with-param>
+                         <xsl:with-param name="link__x3A__title">analiza IPN21</xsl:with-param>
+                         <xsl:with-param name="system_cache__dita:element__x3A__surrounding">xref</xsl:with-param>
+                         <!--<xsl:with-param name="end_fid" select="$end_fid"/>-->
+                         <xsl:with-param name="get_wfs:name_from_fid" select="$get_wfs:name_from_fid"/>
+                     </xsl:call-template>
+                     <!--</xref>-->
+             
+       
+        
+    </xsl:template>
+    
+    
     <xsl:template mode="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.universal.body" match="*">
         <xsl:param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.current" />
         <xsl:param name="system_cache__dita:element__x3A__parent" select="'p'"/>
@@ -566,7 +611,7 @@
                 <xsl:otherwise>p</xsl:otherwise>
             </xsl:choose>-->
         </xsl:variable>
-        <draft-comment author="a.binder">#569 $system_cache__dita:element__x3A__parent[<xsl:value-of select="$system_cache__dita:element__x3A__parent"/>]</draft-comment>
+        <draft-comment author="a.binder">#569 name()=<xsl:value-of select="name()"/>; $system_cache__dita:element__x3A__parent[<xsl:value-of select="$system_cache__dita:element__x3A__parent"/>]</draft-comment>
         <xsl:choose>
             <xsl:when test="$system_cache__dita:content__x3A__minimize = true()"/>
             <xsl:when test="Numer_kontrahenta/text()|ID/text()|source/text()|jednostka_organizacyjna/text()">
@@ -596,6 +641,7 @@
                 <xsl:choose>
                     <xsl:when test="$system_cache__dita:xref__x3A__title or $fid">
                         <!--<xref>-->
+                        <xsl:comment>#622 call templ default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__resolve__key for fid=<xsl:value-of select="$fid"/>;</xsl:comment>
                             <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__resolve__key">
                                 <xsl:with-param name="fid" select="$fid"/>
                                 <xsl:with-param name="end_fid" select="$end_fid"/>
@@ -794,6 +840,23 @@
             </xsl:when>
         </xsl:choose>
         
+        <xsl:choose>
+            <xsl:when test="BI_audit_IPN">
+                <xsl:comment>#569-822 for name=<xsl:value-of select="name()"/>/BI_audit_IPN; count=<xsl:value-of select="count(BI_audit_IPN)"/>;</xsl:comment>
+                <xsl:apply-templates mode="#current" select="BI_audit_IPN">
+                    <xsl:with-param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.current" select="$system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.current"  />
+                    <xsl:with-param name="system_cache__dita:element__x3A__parent"   select="$system_cache__dita:element__x3A__parent"/>
+                    <xsl:with-param name="title"  select="$title"/>
+                    <xsl:with-param name="system_cache__dita:xref__x3A__title"  select="$system_cache__dita:xref__x3A__title"/>
+                    <xsl:with-param name="count"  select="$count"/>
+                    <xsl:with-param name="fid"   select="$fid"/>
+                    <xsl:with-param name="end_fid"  select="$end_fid"/>
+                    <xsl:with-param name="get_wfs:name_from_fid" select="$get_wfs:name_from_fid"/>
+                    <xsl:with-param name="system_cache__dita:content__x3A__minimize"  tunnel="yes" select="$system_cache__dita:content__x3A__minimize"/>
+                </xsl:apply-templates>
+            </xsl:when>
+        </xsl:choose>
+        
         
     </xsl:template>
     <xsl:template mode="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.universal.body" match="text()|comment()"/>
@@ -915,7 +978,7 @@
                             </xsl:otherwise>
                         </xsl:choose>
                         
-                        <xsl:comment>#166</xsl:comment>
+                        <xsl:comment>#166 for element=<xsl:value-of select="name()"/>; </xsl:comment>
                         <!--<foreign>
                             <!-\-<xsl:call-template name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.universal.body.childs"/>-\->
                             <xsl:apply-templates select="*" mode="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.universal.body.childs"/>

+ 1 - 1
SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_4UA.xsl

@@ -244,7 +244,7 @@
                                     
                                 
                                         
-                                <xsl:comment>#2299 
+                                <xsl:comment>#2299-247 
                                 $system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.current/@default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.end.attrs
                                                                     
                                 </xsl:comment>

+ 258 - 0
SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_IPN21.xsl

@@ -0,0 +1,258 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
+    xmlns:system_cache__dita="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/dita.xsd"
+    xmlns:ogr="http://ogr.maptools.org/"
+    xmlns:Benford="https://pl.wikipedia.org/wiki/Rozklad_Benforda"
+    xmlns:default_db="https://biuro.biall-net.pl/wfs/default_db"
+    xmlns:p5="https://biuro.biall-net.pl/wfs"
+    xmlns:get_wfs="http://biuro.biall-net.pl/WPS_Functions/get_wfs/get_wfs.xsd"
+    xmlns:p5gnuplot="http://biuro.biall-net.pl/WPS_Functions/graph_gnuplot"
+    xmlns:default_db__x3A__BI_audit_ENERGA_RUM_UMOWY="https://biuro.biall-net.pl/wfs/default_db/BI_audit_ENERGA_RUM_UMOWY"
+    xmlns:default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA="https://biuro.biall-net.pl/wfs/default_db/ENERGA_RUM_KONTRAHENCI_POWIAZANIA"
+    xmlns:default_db__x3A__BI_audit_VALIDATE="https://biuro.biall-net.pl/wfs/default_db/BI_audit_VALIDATE"
+    xmlns:default_db__x3A__BI_audit_BENFORD="https://biuro.biall-net.pl/wfs/default_db/BI_audit_BENFORD"
+    xmlns:system_cache__dita__x3A__p5gnuplot="http://biuro.biall-net.pl/WPS_Functions/system_cache__dita__x3A__p5gnuplot/system_cache__dita__x3A__p5gnuplot.xsd"
+    exclude-result-prefixes="xs "
+    version="2.0"><!-- system_cache__appinfo system_cache__dita ogr Benford default_db get_wfs p5 p5gnuplot -->
+   
+   
+  <!-- <xsl:include href="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_4UA.graph.deals.xsl"/>
+    <xsl:include href="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_4UA.graph.related.xsl"/>
+    <xsl:include href="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_4UA.graph.xsl"/>-->
+    <xsl:param name="system_cache__dita:ANALIZA_UMOW_IPN21_preprocess__x3A__table_max" select="50"/>
+   
+   
+    
+    <xsl:output indent="yes"/>
+    <xsl:strip-space elements="*"/>
+    
+    <xsl:template mode="system_cache__dita:IPN21_powiazania" match="text()|comment()"/>
+    
+    
+    
+    
+    <!--<xsl:template mode="system_cache__dita:IPN21_powiazania_preprocess" match="*">
+        <xsl:param name="group_name" required="yes"/>
+        <xsl:param name="position" required="yes"/>
+        <xsl:param name="resulset" required="yes"/>
+        <xsl:param name="title" required="yes"/>
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:valueField"   required="yes"/>
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:groupField"   required="yes"/>
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:timeField"   required="yes"/>
+        <xsl:param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed" required="yes"/>
+        <xsl:param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.uniq" required="yes"/>
+        <xsl:param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.current" required="yes"/>
+        <xsl:param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.uniq.current" required="yes"/>
+        <xsl:param name="interested_row" required="yes"/>
+        <xsl:param name="mode" required="yes" tunnel="yes"/>
+        <xsl:variable name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.begin.attrs.nodeset">
+            <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.attrs__x3A__to_nodeset">
+                <xsl:with-param name="system_cache__dita:interested_row" select="$interested_row"/>
+                <xsl:with-param name="system_cache__dita:interested_row.noattrrs__x3A__include" select="true()"/>
+                <xsl:with-param name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.attrs" select="$system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.current/@default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.begin.attrs"/><!-\- $system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.uniq.current -\->
+            </xsl:call-template>
+        </xsl:variable>
+        <xsl:variable name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.childs.attrs.nodeset">
+            <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.attrs__x3A__to_nodeset.unique">
+                <xsl:with-param name="system_cache__dita:interested_row" select="$interested_row"/>
+                <xsl:with-param name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.attrs" select="$system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.current/@default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.childs.attrs"/><!-\- $system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.uniq.current -\->
+            </xsl:call-template>
+        </xsl:variable>
+        <xsl:variable name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.related.childs.attrs.nodeset">
+            <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.attrs__x3A__to_nodeset.unique">
+                <xsl:with-param name="system_cache__dita:interested_row" select="$interested_row"/>
+                <xsl:with-param name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.attrs" select="$system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.current/@default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.related.childs.attrs"/><!-\- $system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.uniq.current -\->
+            </xsl:call-template>
+        </xsl:variable>
+        
+        <xsl:result-document href="{system_cache__dita:files.key.href.write.topic.title.context(current(),$title)}.context.path.begin.attrs.nodeset.preprocess.xml">
+            <xsl:copy-of select="$default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.begin.attrs.nodeset"></xsl:copy-of>
+        </xsl:result-document>
+        <xsl:result-document href="{system_cache__dita:files.key.href.write.topic.title.context(current(),$title)}.ontext.path.related.childs.attrs.nodeset.preprocess.xml">
+            <xsl:copy-of select="$default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.related.childs.attrs.nodeset"></xsl:copy-of>
+        </xsl:result-document>
+        
+        <!-\- REMOVED -\->
+        
+        
+    </xsl:template>-->
+    
+    
+    
+    <!--<xsl:template mode="system_cache__dita:IPN21_powiazania_preprocess" match="text()|comment()"/>-->
+    
+    <xsl:template mode="system_cache__dita:IPN21_powiazania" match="*">
+        <xsl:param name="group_name" required="yes"/>
+        <xsl:param name="position" select="position()"/>
+        <!--<xsl:param name="resulset" required="yes"/>-->
+        <xsl:param name="title" required="yes"/>
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:valueField"   required="yes"/>
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:groupField"   required="yes"/>
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:timeField"   required="yes"/>
+      <!--  <xsl:param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed" required="yes"/>
+        <xsl:param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.uniq" required="yes"/>
+        <xsl:param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.current" required="yes"/>
+        <xsl:param name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.uniq.current" required="yes"/>-->
+        <!--<xsl:param name="interested_row" required="yes"/>-->
+        <!--<xsl:param name="source"/>-->
+        <!--<xsl:param name="mode" required="yes" tunnel="yes"/>-->
+        <xsl:comment>#32-101 system_cache__dita:IPN21_powiazania $title = <xsl:value-of select="$title"/></xsl:comment>
+        
+        <topicref  platform="{$position}" audience="{$title}" props="name {local-name()} {$default_db__x3A__BI_audit_BENFORD:valueField} {$default_db__x3A__BI_audit_BENFORD:timeField}"><!-- group_name="{$group_name}" -->
+                <!--<xsl:copy-of select="@*"/>-->
+                <xsl:copy-of select="system_cache__dita:files.key.title.context.href(current(),'map',$title)" copy-namespaces="no"/>
+                <!--<xsl:copy-of select="system_cache__dita:files.context.title.keys(current(),$title)" copy-namespaces="no"/>--> 
+                <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__assign__key">
+                    <xsl:with-param name="fid" select="@fid"/>
+                    <xsl:with-param name="title" select="$title"/>
+                    <xsl:with-param name="get_wfs:name_from_fid" select="''"/>
+                </xsl:call-template>
+            
+            
+                <xsl:result-document href="{system_cache__dita:files.key.href.write.topic.title.context(current(),$title)}"> <!--XX  href="{$temp}/{$uuid}/{system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.DETECT.key(@fid,'','',$position)}.dita -->
+                    
+                    <!--                    Analiza spójności liczbowej dla ID kontr <xsl:value-of select="current()/ID"/>
+-->                    
+                    
+                    <topic id="{$uuid}topic_{$title}_{$group_name}_{$position}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+                        xsi:noNamespaceSchemaLocation="urn:oasis:names:tc:dita:xsd:topic.xsd">
+                        <xsl:comment>#2299-121 system_cache__dita:IPN21_powiazania.title TODO</xsl:comment>
+                        <xsl:call-template name="system_cache__dita:IPN21_powiazania.title" >
+                            <xsl:with-param name="title" select="$title"/>
+                        </xsl:call-template>
+                        
+                        
+                        
+                        <!-- path var -->
+                        
+                        
+                        
+                    
+                        <body>
+                     
+                               
+                              
+                                <p>
+                                    <xsl:apply-templates mode="system_cache__dita:IPN21_powiazania_row"/>
+                                    <xsl:comment>#138 ; <xsl:value-of select="name()"/></xsl:comment>
+                                </p>                         
+
+                        </body>
+                        
+                        
+                        
+                    </topic>
+                </xsl:result-document>
+            
+            <xsl:comment>#211 var declare</xsl:comment>
+            
+            
+            <xsl:comment>#211 var use </xsl:comment>
+            
+            
+            </topicref>               
+    </xsl:template>
+    
+    
+    <xsl:template mode="system_cache__dita:IPN21_powiazania_row" match="*"/>
+    
+    <xsl:template mode="system_cache__dita:IPN21_powiazania_row" match="ipn">
+        <xsl:apply-templates mode="#current"/>
+    </xsl:template>
+    
+    <xsl:template mode="system_cache__dita:IPN21_powiazania_row" match="catalog">
+        <menucascade>
+            <uicontrol><markupname>rejestr</markupname><parmname><xsl:value-of select="text()"/></parmname></uicontrol>
+        </menucascade>
+        <xsl:apply-templates mode="#current"/>
+    </xsl:template>
+    
+        
+    <xsl:template mode="system_cache__dita:IPN21_powiazania_row" match="personalInfo">
+        
+        <simpletable frame="all"  id="simpletable_fcy_cjx_24b">
+            <xsl:attribute name="relcolwidth">
+                <xsl:for-each select="item[value and not(@name = 'Dodatkowe informacje')]">
+                    <xsl:text>1*</xsl:text>
+                    <xsl:if test="position()&lt;last()"><xsl:text> </xsl:text></xsl:if>
+                </xsl:for-each>
+            </xsl:attribute>
+            <sthead>
+                <xsl:for-each select="item[value and not(@name = 'Dodatkowe informacje')]">
+                    <stentry>
+                        <xsl:value-of select="text()"/>
+                    </stentry>
+                </xsl:for-each>       
+            </sthead>
+            <strow>
+                <xsl:for-each select="item[value and not(@name = 'Dodatkowe informacje')]/value[1]">
+                    <stentry>
+                        <xsl:value-of select="text()"/>
+                    </stentry>
+                </xsl:for-each>
+            </strow>
+            
+            <strow>
+                <xsl:for-each select="item[value and not(@name = 'Dodatkowe informacje')]/value[1]">
+                    <stentry>
+                        <xsl:value-of select="text()"/>
+                    </stentry>
+                </xsl:for-each>
+            </strow>
+            
+        </simpletable>
+        <xsl:comment>#197 todo back keys of referenced</xsl:comment>
+    </xsl:template>
+        
+    
+    <xsl:template mode="system_cache__dita:IPN21_powiazania_row" match="text()|comment()"/>
+        
+        
+        
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    <xsl:template name="system_cache__dita:IPN21_powiazania.title">
+        <xsl:param name="title"/>
+        <xsl:comment>#361 IP21 TITLE todo prolog indexterm</xsl:comment>
+        <title>
+            <parmname><xsl:value-of select="replace($title,'_',' ')"/></parmname>
+            <xsl:apply-templates mode="system_cache__dita:IPN21_powiazania.title"/>
+        </title>     
+    </xsl:template>
+    
+    <xsl:template mode="system_cache__dita:IPN21_powiazania.title" match="ipn_id">
+        <parmname>id</parmname> <ph><xsl:value-of select="text()"/></ph>
+    </xsl:template>
+    
+    <xsl:template mode="system_cache__dita:IPN21_powiazania.title" match="nazwisko|imiona">
+        <parmname><xsl:value-of select="name()"/></parmname> <ph><xsl:value-of select="text()"/></ph>
+    </xsl:template>
+    
+    <xsl:template mode="system_cache__dita:IPN21_powiazania.title" match="dataUrodzenia">
+        <parmname>Ur.</parmname> <ph><xsl:value-of select="text()"/></ph>
+    </xsl:template>
+    
+    
+    <xsl:template mode="system_cache__dita:IPN21_powiazania.title" match="*"/>
+        
+    
+    
+    
+</xsl:stylesheet>

+ 5 - 2
SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_context.path.keyrefs.xsl

@@ -115,7 +115,7 @@
         <xsl:param name="props"/>
         <xsl:param name="href" required="yes"/><!-- to be detected -->
         <xsl:param name="end_fid"/>
-        <keydef>
+        <keydef props="d118">
             <xsl:attribute name="href" select="$href"/>
             <xsl:attribute name="keys">
                 <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__generate__key">
@@ -299,9 +299,10 @@
                     <xsl:variable name="fid" select="current()"/>
                     <!--<xsl:if test="$link__x3A__title"><xsl:element name="{$system_cache__dita:element__x3A__surrounding.title}"><xsl:copy-of select="$link__x3A__title"/></xsl:element></xsl:if>-->
                     <xsl:element name="{$system_cache__dita:element__x3A__surrounding}">
-                        <xsl:attribute name="rev">#deb 293 $fid=<xsl:value-of select="$fid"/>; $end_fid=<xsl:value-of select="$end_fid"/>;</xsl:attribute>
+                        
                         <xsl:choose>
                             <xsl:when test="string-length($end_fid)&gt;0">
+                                <xsl:attribute name="rev">#deb 293-293 $fid=<xsl:value-of select="$fid"/>; $end_fid=<xsl:value-of select="$end_fid"/>; $title=<xsl:value-of select="$title"/>; $get_wfs:name_from_fid=<xsl:value-of select="$get_wfs:name_from_fid"/>;  </xsl:attribute>
                                 <xsl:attribute name="keyref">
                                     <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__assign__key">
                                         <xsl:with-param name="fid" select="$fid"/>
@@ -316,6 +317,7 @@
                             <xsl:otherwise>
                                 <xsl:choose>
                                     <xsl:when test="$system_cache__dita:element__x3A__surrounding='xref'">
+                                        <xsl:attribute name="rev">#deb 293-320 $fid=<xsl:value-of select="$fid"/>; $end_fid=<xsl:value-of select="$end_fid"/>; $title=<xsl:value-of select="$title"/>; $get_wfs:name_from_fid=<xsl:value-of select="$get_wfs:name_from_fid"/>; </xsl:attribute>
                                         <xsl:attribute name="keyref">
                                             <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__assign__key">
                                                 <xsl:with-param name="fid" select="$fid"/>
@@ -327,6 +329,7 @@
                                         <xsl:if test="$link__x3A__title"><xsl:copy-of select="$link__x3A__title"/></xsl:if>
                                     </xsl:when>
                                     <xsl:otherwise>
+                                        <xsl:attribute name="rev">#deb 293-332 $fid=<xsl:value-of select="$fid"/>; $end_fid=<xsl:value-of select="$end_fid"/>; </xsl:attribute>
                                         <xref rev="#329">
                                             <xsl:attribute name="keyref" >
                                                 <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__assign__key">

+ 26 - 3
SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_tree_to_dita.sources.xsl

@@ -70,6 +70,7 @@
         <xsl:param name="default_db__x3A__BI_audit_BENFORD:CostSubjectFields"  tunnel="yes" />
         <interested_row>
             <xsl:comment>#72 name="system_cache__dita:interested_row" </xsl:comment>
+            <xsl:message>#72 name="system_cache__dita:interested_row" </xsl:message>
             <xsl:for-each select="$context/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row">
                 
                 <xsl:variable name="test">
@@ -80,7 +81,9 @@
                 </xsl:variable>
                 <xsl:choose>
                     <xsl:when test="$test/test/OK">
-                        <xsl:message>#76 OKOK  trasa <xsl:value-of select="position()"/></xsl:message>
+                        <xsl:message>#76 OK element jest koncem trasy (kontekst z pos[<xsl:value-of select="position()"/>])</xsl:message>
+                        <xsl:comment>
+                            #76 OK element jest koncem trasy (kontekst z pos[<xsl:value-of select="position()"/>])</xsl:comment>
                         <!--<xsl:copy-of select="."/>-->
                         <xsl:element name="{name()}">
                             <xsl:attribute name="pos" select="position()"/>
@@ -114,8 +117,8 @@
                         </xsl:element>
                     </xsl:when>
                     <xsl:otherwise>
-                        <xsl:message>#76 unwanted trasa <xsl:value-of select="position()"/></xsl:message>
-                        <xsl:comment>#76 unwanted trasa <xsl:value-of select="position()"/></xsl:comment>
+                        <xsl:message>#76-C unwanted trasa <xsl:value-of select="position()"/>; name=<xsl:value-of select="name()"/>;</xsl:message>
+                        <xsl:comment>#76-C unwanted trasa <xsl:value-of select="position()"/>; name=<xsl:value-of select="name()"/>;</xsl:comment>
                     </xsl:otherwise>
                 </xsl:choose>
             </xsl:for-each>
@@ -191,6 +194,26 @@
     
     
     
+    <xsl:template mode="system_cache__dita:interested_row.id" match="BI_audit_IPN">
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:valueField"  tunnel="yes" />
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:groupField"  tunnel="yes" />
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:timeField"  tunnel="yes" />
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:NameField"  tunnel="yes" />
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:AddressField" tunnel="yes" />
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:PeselField" tunnel="yes" />
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:TaxIdField" tunnel="yes" />
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:CostField" tunnel="yes"/>
+        <xsl:param name="default_db__x3A__BI_audit_BENFORD:CostSubjectFields"  tunnel="yes"/>
+        <xsl:copy>
+            <xsl:copy-of select="@*"/>
+            <xsl:attribute name="generate-id" select="generate-id()"/>
+            <xsl:copy-of select="*"/>
+            
+        </xsl:copy>
+    </xsl:template>
+    
+    
+    
     <xsl:template mode="system_cache__dita:interested_row.id" match="text()|comment()">
         <xsl:copy-of select="."/>
     </xsl:template>

+ 79 - 9
SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_tree_to_dita.xsl

@@ -80,6 +80,8 @@
     
     <xsl:include href="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_4UKR.xsl"/>
     <xsl:include href="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_APTUF.xsl"/>
+    <xsl:include href="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_IPN21.xsl"/>
+    
     
     <xsl:variable name="KRS_own">
         <KRS_own>
@@ -254,8 +256,8 @@
                 <xsl:with-param name="resulset" select="$resulset"/>
             </xsl:call-template>
         </xsl:variable>
-        
-        <xsl:variable name="interested_row">
+        <xsl:message>#257 will gen interested_row to <xsl:value-of select="$temp"/>/<xsl:value-of select="$uuid"/></xsl:message>
+        <xsl:variable name="interested_row" ><!-- select="doc(concat($temp,'/',$uuid,'/interested_row.xml'))" -->
             <xsl:call-template name="system_cache__dita:interested_row">
                 <xsl:with-param name="KRS_own" select="$KRS_own"/>
                 <xsl:with-param name="context" select="."/>
@@ -271,6 +273,13 @@
             </xsl:call-template>
         </xsl:variable>
         
+        <xsl:result-document href="{$temp}/{$uuid}/interested_row.xml">
+            <xsl:copy-of select="$interested_row"/>
+        </xsl:result-document>
+        
+        <!--<xsl:result-document href="{$temp}/{$uuid}/interested_row_258.xml">
+            <xsl:copy-of select="$interested_row"/>
+        </xsl:result-document>-->
         
         
         <xsl:variable name="dita">
@@ -317,6 +326,12 @@
                 <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:CostField" select="$default_db__x3A__BI_audit_BENFORD:CostField" tunnel="yes"/>
                 <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:CostSubjectFields" select="$default_db__x3A__BI_audit_BENFORD:CostSubjectFields" tunnel="yes"/>
             </xsl:call-template>
+            
+            
+            
+            
+            
+            
         </xsl:variable>
         
         <xsl:for-each select="$dita//simpletable[not(contains(@props,'nograph'))]">
@@ -507,10 +522,12 @@
                     <xsl:copy-of select="$sources"/>
                 </xsl:result-document>
                 
-                <xsl:message>#593 count($sources) = <xsl:value-of select="count($sources//source)"/></xsl:message>
+                <xsl:message>#593 later count($sources) = <xsl:value-of select="count($sources//source)"/></xsl:message>
                 
-                <xsl:variable name="interested_row">
-                    <xsl:call-template name="system_cache__dita:interested_row">
+                <xsl:variable name="interested_row"  select="doc(concat($temp,'/',$uuid,'/interested_row.xml'))" >
+                    <!-- select="doc('/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/interested_row.xml')" -->
+                    <!-- select="doc(concat($temp,'/',$uuid,'/interested_row.xml'))" -->
+                    <!--<xsl:call-template name="system_cache__dita:interested_row">
                         <xsl:with-param name="KRS_own" select="$KRS_own"/>
                         <xsl:with-param name="context" select="."/>
                         <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:valueField" select="$default_db__x3A__BI_audit_BENFORD:valueField"/>
@@ -522,12 +539,13 @@
                         <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:TaxIdField" select="$default_db__x3A__BI_audit_BENFORD:TaxIdField" />
                         <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:CostField" select="$default_db__x3A__BI_audit_BENFORD:CostField" tunnel="yes"/>
                         <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:CostSubjectFields" select="$default_db__x3A__BI_audit_BENFORD:CostSubjectFields" tunnel="yes"/>
-                    </xsl:call-template>
+                    </xsl:call-template>-->
+                    
                 </xsl:variable>
                 
-                <xsl:result-document href="{$temp}/{$uuid}/interested_row.xml">
+                <!--<xsl:result-document href="{$temp}/{$uuid}/interested_row.xml">
                     <xsl:copy-of select="$interested_row"/>
-                </xsl:result-document>
+                </xsl:result-document>-->
                 
                 <!--<xsl:variable name="BI_audit_ENERGA_RUM_KONTRAHENCI_filtered">
                     <BI_audit_ENERGA_RUM_KONTRAHENCI_filtered>
@@ -1222,7 +1240,59 @@
                         <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:timeField" select="$default_db__x3A__BI_audit_BENFORD:timeField"/>
                     </xsl:call-template>
                 </topichead>-->
-                
+                <!--<topichead navtitle="Powiązania do wybranych podmiotów/kontrahentów (APU4)" >
+                    
+                    
+                    
+                    <xsl:attribute name="props">IPN21</xsl:attribute>
+                    <xsl:attribute name="toc">yes</xsl:attribute>-->
+                    <!--<xsl:attribute name="processing-role">resource-only</xsl:attribute>-->
+                    
+                <!--<xsl:call-template name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.universal">-->
+                    <xsl:variable name="navtitle">
+                        <xsl:choose>
+                            <xsl:when test="BI_audit_IPN">
+                                Analiza powiązań dotycząca IPN (IPN21) 
+                            </xsl:when>
+                            <xsl:otherwise>
+                                Analiza powiązań dotycząca IPN (IPN21) - brak powiązań
+                            </xsl:otherwise>
+                        </xsl:choose>
+                    </xsl:variable>
+                <topichead navtitle="{$navtitle}" toc="yes">  
+                         <xsl:variable name="keys">_element_gwiazdka__mode_BI_audit_IPN</xsl:variable>
+                         <xsl:variable name="mode">system_cache__dita:IPN21_powiazania</xsl:variable>
+                         <!--<xsl:variable name="processing-role">resource-only</xsl:variable>-->
+                         <xsl:variable name="element">*</xsl:variable>
+                     
+                         <xsl:variable name="title" select="'IPN21_powiazania'"/>
+                         <xsl:variable name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed" select="$system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.fixed.UMOWY"/>
+                         <!--<xsl:variable name="system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.uniq" select="$system_cache__dita:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.values.uniq"/>-->
+                       
+                     <!--<xsl:when test="$mode = 'system_cache__dita:IPN21_powiazania'">-->
+                         <xsl:comment>#538-185 mode system_cache__dita:BI_audit_IPN21 name=<xsl:value-of select="name()"/>; 
+                                                     </xsl:comment>
+                     <xsl:apply-templates mode="system_cache__dita:IPN21_powiazania" select="BI_audit_IPN" >
+                             <xsl:with-param name="group_name" select="'group_name'"/>
+                             <!--<xsl:with-param name="position" select="position()"/>-->
+                             
+                             <xsl:with-param name="title" select="$title"/>
+                             <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:valueField"    select="$default_db__x3A__BI_audit_BENFORD:valueField" />
+                             <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:groupField"     select="$default_db__x3A__BI_audit_BENFORD:groupField"/>
+                             <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:timeField"   select="$default_db__x3A__BI_audit_BENFORD:timeField" />
+                             <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:AddressField" select="$default_db__x3A__BI_audit_BENFORD:AddressField" />
+                             <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:PeselField" select="$default_db__x3A__BI_audit_BENFORD:PeselField"  />
+                             <xsl:with-param name="default_db__x3A__BI_audit_BENFORD:TaxIdField"  select="$default_db__x3A__BI_audit_BENFORD:TaxIdField" />
+                           
+                             <xsl:with-param name="interested_row" select="$interested_row"/>
+                            
+                         </xsl:apply-templates>
+                    </topichead>
+                <!--</xsl:when>-->
+                    
+                    
+                    
+                <!--</topichead>-->
                 <xsl:call-template name="system_cache__dita:BI_audit_operational_raport_note">
                     <xsl:with-param name="sources" select="$sources"/>
                     <xsl:with-param name="interested_row" select="$interested_row"/>

+ 2 - 1
SE/schema/default_db_xml_cache.public/default_db/tree_to_dita.xsl

@@ -203,7 +203,8 @@
     
     
     <xsl:template mode="preprocess" match="RelatedFeatureRoot|get_wfs_recurse_xsl.RelatedFeatureRoot:RelatedFeatureRoot">
-        <xsl:message>#170 matched RelatedFeatureRoot : mode preprocess - all modules should protect match * to protect text output problems </xsl:message>
+        <xsl:message>#170 matched RelatedFeatureRoot : mode preprocess 
+                - all modules should protect match * to protect text output problems </xsl:message>
         <preprocess_dita>
             <!-- #Register preprocess_root - line to register for preprocess gml images mainly -->
             <xsl:comment>#27-A match RelatedFeatureRoot</xsl:comment>

+ 186 - 15
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/build_CRM_PROCES_tree.xml.ditamap

@@ -2,9 +2,6 @@
 <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
 <map>
     <title></title>
-    <topicref href="using_build_crm_proces_tree_xml_for_generating_pdf_documents.dita">
-        <topicref href="generating_default_template_using_default_db_proces_init_tree_dita.dita"/>
-    </topicref>
     <keydef keys="pdf" keyscope="pdf">
         <topicmeta>
             <keywords>
@@ -12,40 +9,214 @@
             </keywords>
         </topicmeta>
     </keydef>
-    <keydef keys="target" keyscope="target">
+    <keydef keys="tempfile" keyscope="tempfile">
         <topicmeta>
             <keywords>
-                <keyword>target</keyword>
+                <keyword>tempfiles being created for build purposes</keyword>
             </keywords>
         </topicmeta>
-        <keydef keyscope="default_db__0x3A__PROCES_INIT__0x3A__tree__0x3A__dita"
-            keys="default_db__0x3A__PROCES_INIT__0x3A__tree__0x3A__dita">
+    </keydef>
+    <keydef keys="property" keyscope="property">
+        <topicmeta>
+            <keywords>
+                <keyword>properties used in build process</keyword>
+            </keywords>
+        </topicmeta>
+        <keydef keys="expath.base.directory">
             <topicmeta>
                 <keywords>
-                    <keyword>default_db:PROCES_INIT:tree:dita</keyword>
+                    <keyword>location="${p5xsl.expath-tools-saxon-0.1.0.jar}"</keyword>
                 </keywords>
             </topicmeta>
-            <keydef keys="param" keyscope="param">
+        </keydef>
+        <keydef keys="preprocess">
+            <topicmeta>
+                <shortdesc>tempfile prefix="preprocess" suffix=".xml" property="preprocess"
+                    destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}</shortdesc>
+                <keywords>
+                    <keyword>${CRM_PROCES_tree _basedir.temp}/ ${uuid}/ preprocess.xml</keyword>
+                </keywords>
+            </topicmeta>
+        </keydef>
+        <keydef keys="tree_to_dita.xsl">
+            <topicmeta>
+                <keywords>
+                    <keyword>${tree_to_dita.xsl}</keyword>
+                </keywords>
+            </topicmeta>
+        </keydef>
+        <keydef keys="recurse_ant.basedir.out.uuid.out_task.dita.final_with_RelatedFeatureLoop.xml">
+            <topicmeta>
+                <keywords>
+                    <keyword>${recurse_ant. basedir.out. uuid. out_task. dita.
+                        final_with_RelatedFeatureLoop.xml}</keyword>
+                </keywords>
+            </topicmeta>
+        </keydef>
+        <keydef keys="CRM_PROCES_tree_basedir.temp">
+            <topicmeta>
+                <keywords>
+                    <keyword>${CRM_PROCES_ tree_basedir. temp}</keyword>
+                </keywords>
+            </topicmeta>
+        </keydef>
+        <keydef keys="postprocess_modules.xml">
+            <topicmeta>
+                <keywords>
+                    <keyword>${CRM_PROCES_ tree_basedir. temp}/ ${uuid}/ postprocess_
+                        modules.xml</keyword>
+                </keywords>
+            </topicmeta>
+        </keydef>
+        <keydef keys="build_preprocess">
+            <topicmeta>
+                <keywords>
+                    <keyword>${CRM_PROCES_ tree_basedir. temp}/ ${uuid}/
+                        build_preprocess.xml</keyword>
+                </keywords>
+            </topicmeta>
+        </keydef>
+    </keydef>
+    <keydef keys="xslt" keyscope="xslt">
+        <topicmeta>
+            <keywords>
+                <keyword>xslt task</keyword>
+            </keywords>
+        </topicmeta>
+        <keydef keys="in" keyscope="in">
+            <topicmeta>
+                <keywords>
+                    <keyword>input of xslt task</keyword>
+                </keywords>
+            </topicmeta>
+        </keydef>
+        <keydef keys="mode" keyscope="mode">
+            <topicmeta>
+                <keywords>
+                    <keyword>mode of xslt task</keyword>
+                </keywords>
+            </topicmeta>
+            <keydef keys="preprocess">
                 <topicmeta>
                     <keywords>
-                        <keyword>param</keyword>
+                        <keyword>preprocess</keyword>
                     </keywords>
                 </topicmeta>
-                <keydef keys="uuid">
+            </keydef>
+        </keydef>
+        <keydef keys="style" keyscope="style">
+            <topicmeta>
+                <keywords>
+                    <keyword>style of xslt task</keyword>
+                </keywords>
+            </topicmeta>
+        </keydef>
+        <keydef keys="out" keyscope="out">
+            <topicmeta>
+                <keywords>
+                    <keyword>output of xslt task</keyword>
+                </keywords>
+            </topicmeta>
+        </keydef>
+    </keydef>
+    <topicref href="using_build_crm_proces_tree_xml_for_generating_pdf_documents.dita">
+        <topicref href="generating_default_template_using_default_db_proces_init_tree_dita.dita">
+            <topicref href="build_target_process.dita">
+                <keydef keys="postprocess_modules.xml" keyscope="tempfile">
                     <topicmeta>
                         <keywords>
-                            <keyword>uuid</keyword>
+                            <keyword>prefix="postprocess_modules.xml" suffix=".xml"
+                                property="postprocess_modules.xml"
+                                destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"</keyword>
                         </keywords>
                     </topicmeta>
                 </keydef>
-                <keydef keys="results" keyscope="results">
+                <topicref href="echoxml_postprocess_modules.dita"/>
+                <topicref href="sequence_xslt_transform_preprocess.dita">
+                    <keydef keys="$interested_row">
+                        <topicmeta>
+                            <shortdesc>will call template interested_row</shortdesc>
+                        </topicmeta>
+                        <keydef keys="preprocess_root_BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA"
+                            keyscope="mode">
+                            <topicmeta>
+                                <shortdesc>match="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA"</shortdesc>
+                            </topicmeta>
+                            <keydef keyscope="match.mode__preprocess" keys="RelatedFeatureRoot"/>
+                        </keydef>
+                        <keydef keys="ditamap_root" keyscope="mode">
+                            <topicmeta>
+                                <shortdesc>match="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA"</shortdesc>
+                            </topicmeta>
+                            <keydef keys="RelatedFeatureRoot" keyscope="element.mode__default">
+                                <topicmeta>
+                                    <shortdesc>match="RelatedFeatureRoot|get_wfs_recurse_xsl.RelatedFeatureRoot:RelatedFeatureRoot"
+                                        mode default</shortdesc>
+                                </topicmeta>
+                            </keydef>
+                        </keydef>
+                    </keydef>
+                </topicref>
+                <topicref href="run_ant_build_preprocess_xml.dita"/>
+                <topicref href="xslt_mode_default_in_raport_out__ditamap.dita">
+                    <keydef keys="ditamap_root" keyscope="mode.goes_on_match_RelatedFeatureRoot"/>
+                    <topicref
+                        href="using_mode_bi_audit_energa_rum_kontrahenci_powiazania_row_lista.dita"
+                    />
+                </topicref>
+                <topicref href="xslt_mode_posprocess_style_tree_to_dita_xsl.dita"/>
+                <topicref
+                    href="xslt_mode_appinfo_xsd_postprocess_out_build_postprocess_xml_in_postprocess_xml.dita"/>
+            </topicref>
+        </topicref>
+        <topicref href="uuid_parameter.dita" keys="uuid_param"/>
+    </topicref>
+    <topichead navtitle="related ant targets">
+        <topicref href="crm_proces_tree_basedir_temp_uuid_uuid_ditamap_property.dita"/>
+        <topicref href="mkdir_crm_proces_tree_basedir_temp.dita"/>
+        <keydef keys="target" keyscope="target">
+            <topicmeta>
+                <keywords>
+                    <keyword>target</keyword>
+                </keywords>
+            </topicmeta>
+            <keydef keyscope="default_db__0x3A__PROCES_INIT__0x3A__tree__0x3A__dita"
+                keys="default_db__0x3A__PROCES_INIT__0x3A__tree__0x3A__dita">
+                <topicmeta>
+                    <keywords>
+                        <keyword>default_db:PROCES_INIT:tree:dita</keyword>
+                    </keywords>
+                </topicmeta>
+                <keydef keys="param" keyscope="param">
                     <topicmeta>
                         <keywords>
-                            <keyword>results</keyword>
+                            <keyword>param</keyword>
                         </keywords>
                     </topicmeta>
+                    <keydef keys="uuid">
+                        <topicmeta>
+                            <keywords>
+                                <keyword>uuid</keyword>
+                            </keywords>
+                        </topicmeta>
+                    </keydef>
+                    <keydef keys="results" keyscope="results">
+                        <topicmeta>
+                            <keywords>
+                                <keyword>results</keyword>
+                            </keywords>
+                        </topicmeta>
+                    </keydef>
                 </keydef>
             </keydef>
+            <keydef keys="CRM_PROCES_tree_basedir.temp.uuid.uuid.ditamap.property">
+                <topicmeta>
+                    <keywords>
+                        <keyword>value="${CRM_PROCES_tree_basedir.temp}/ ${uuid}/
+                            ${uuid}.ditamap"</keyword>
+                    </keywords>
+                </topicmeta>
+            </keydef>
         </keydef>
-    </keydef>
+    </topichead>
 </map>

+ 34 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/build_target_process.dita

@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
+<reference id="build_target_process">
+    <title>build target process</title>
+    <shortdesc></shortdesc>
+    <refbody>
+        <properties frame="all" id="properties_gcg_prt_24b">
+            <prophead>
+                <proptypehd/>
+                <propvaluehd/>
+                <propdeschd/>
+            </prophead>
+            <property>
+                <proptype><ph keyref="tempfile.tempfile"/></proptype>
+                <propvalue><ph keyref="tempfile.postprocess_modules.xml"/></propvalue>
+                <propdesc >
+                    <xref href="#build_target_process"/>
+                </propdesc>
+            </property>
+        </properties>
+        
+    </refbody>
+    <related-links>
+        <linklist>
+            <link href="echoxml_postprocess_modules.dita" scope="local"/>
+            
+            <linkinfo>the file is filled with</linkinfo>         
+        </linklist>
+        
+            
+        
+        
+    </related-links>
+</reference>

+ 26 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/crm_proces_tree_basedir_temp_uuid_uuid_ditamap_property.dita

@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
+<reference id="crm_proces_tree_basedir_temp_uuid_uuid_ditamap_property">
+    <title>CRM_PROCES_tree_basedir.temp.uuid.uuid.ditamap.property</title>
+    <shortdesc></shortdesc>
+    <refbody>
+        <properties frame="all" id="properties_hbw_xvt_24b">
+            <prophead>
+                <proptypehd><ph keyref="property.property"/></proptypehd>
+                <propvaluehd/>
+                <propdeschd/>
+            </prophead>
+            <property>
+                <proptype>CRM_PROCES_tree_basedir. temp.uuid.uuid.ditamap</proptype>
+                <propvalue><ph
+                        keyref="target.CRM_PROCES_tree_basedir.temp.uuid.uuid.ditamap.property"
+                    /></propvalue>
+                <propdesc><ph keyref="property.CRM_PROCES_tree_basedir.temp"/>/<ph
+                        keyref="target.default_db__0x3A__PROCES_INIT__0x3A__tree__0x3A__dita.param.uuid"
+                        />/<ph
+                        keyref="target.default_db__0x3A__PROCES_INIT__0x3A__tree__0x3A__dita.param.uuid"
+                    />.ditamap</propdesc>
+            </property>
+        </properties>
+    </refbody>
+</reference>

+ 7 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/echoxml_postprocess_modules_xml.dita

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
+<reference id="echoxml_postprocess_modules_xml">
+    <title>echoxml postprocess_modules.xml</title>
+    <shortdesc></shortdesc>
+    <refbody> </refbody>
+</reference>

+ 20 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/mkdir_crm_proces_tree_basedir_temp.dita

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
+<reference id="mkdir_crm_proces_tree_basedir_temp">
+    <title>mkdir <ph keyref="property.CRM_PROCES_tree_basedir.temp"/></title>
+    <shortdesc></shortdesc>
+    <refbody>
+        <properties frame="all" id="properties_xxx_jvt_24b">
+            <prophead>
+                <proptypehd/>
+                <propvaluehd/>
+                <propdeschd/>
+            </prophead>
+            <property>
+                <proptype/>
+                <propvalue/>
+                <propdesc>file:/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001</propdesc>
+            </property>
+        </properties>
+    </refbody>
+</reference>

+ 7 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/run_ant_build_preprocess_xml.dita

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
+<reference id="run_ant_build_preprocess_xml">
+    <title>run ant build_preprocess.xml</title>
+    <shortdesc></shortdesc>
+    <refbody> </refbody>
+</reference>

+ 85 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/sequence_xslt_transform_preprocess.dita

@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
+<reference id="sequence_xslt_transform_preprocess">
+    <title>xslt mode <b>preprocess</b> style <b>tree_to_dita.xsl</b> out preprocess.xml</title>
+    <shortdesc>sequence makes exact tasks to be run to create images for dita produced output.  </shortdesc>
+    <refbody>
+        <properties frame="all" id="properties_ut5_zst_24b">
+            <prophead>
+                <proptypehd/>
+                <propvaluehd/>
+                <propdeschd/>
+            </prophead>
+            <property>
+                <proptype><ph keyref="tempfile.tempfile"/></proptype>
+                <propvalue><ph keyref="property.preprocess"/></propvalue>
+                <propdesc>&lt;tempfile prefix="preprocess" suffix=".xml" property="preprocess"
+                    destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/></propdesc>
+            </property>
+            <property>
+                <proptype><ph keyref="xslt.mode.mode"/></proptype>
+                <propvalue><ph keyref="xslt.mode.preprocess"/></propvalue>
+                <propdesc>&lt;attribute name="http://saxon.sf.net/feature/initialMode"
+                    value="preprocess"/></propdesc>
+            </property>
+            <property>
+                <proptype><ph keyref="xslt.style.style"/></proptype>
+                <propvalue><ph keyref="property.tree_to_dita.xsl"/></propvalue>
+                <propdesc/>
+            </property>
+            <property>
+                <proptype><ph keyref="xslt.in.in"/></proptype>
+                <propvalue><ph
+                        keyref="property.recurse_ant.basedir.out.uuid.out_task.dita.final_with_RelatedFeatureLoop.xml"
+                    /></propvalue>
+                <propdesc>based on <xref keyref="uuid_param" scope="local"/> in <ph
+                        keyref="target.default_db__0x3A__PROCES_INIT__0x3A__tree__0x3A__dita.param.uuid"
+                    /></propdesc>
+            </property>
+        </properties>
+        <example>
+            <codeblock>&lt;preprocess_dita xmlns:svgu="http://www.ora.com/XSLTCookbook/ns/svg-utils"
+                 xmlns:get_wfs_recurse_xsl.RelatedFeature="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/get_wfs_recurse_xsl/get_wfs_recurse_xsl.RelatedFeature.xsd"
+                 xmlns:get_wfs_recurse_xsl.RelatedFeatureRoot="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/get_wfs_recurse_xsl/get_wfs_recurse_xsl.RelatedFeatureRoot.xsd"
+                 xmlns:default_db__x3A__BI_audit_VALIDATE="https://biuro.biall-net.pl/wfs/default_db/BI_audit_VALIDATE"
+                 xmlns:default_db__x3A__BI_audit_BENFORD="https://biuro.biall-net.pl/wfs/default_db/BI_audit_BENFORD"
+                 xmlns:p5gnuplot__x3A__system_cache__dita="http://biuro.biall-net.pl/WPS_Functions/p5gnuplot__x3A__system_cache__dita/p5gnuplot__x3A__system_cache__dita.xsd"
+                 xmlns:system_cache__dita__x3A__p5gnuplot="http://biuro.biall-net.pl/WPS_Functions/system_cache__dita__x3A__p5gnuplot/system_cache__dita__x3A__p5gnuplot.xsd"
+                 xmlns:get_wfs_recurse_xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/get_wfs_recurse_xsl.xsd">&lt;!--#27-A match RelatedFeatureRoot-->&lt;!--#36 mam -->&lt;!--preprocess_root_IN7_MK_BAZA_DYSTRYBUCJI-->&lt;!--#38 curr name=RelatedFeatureRoot;-->&lt;!--#155 bocian-graph-2-html.preprocess -->&lt;!--#180 bocian-graph-2-html.preprocess -->
+   &lt;graph_to_image srcfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/graph_to_image/relations-236_000001BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.stats_all.BI_audit_KRS.dita.gnuplot"
+                   dstfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/graph_to_image/relations-236_000001BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.stats_all.BI_audit_KRS.dita.png.xml"
+                   fileindex="relations-236_000001BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.stats_all.BI_audit_KRS.dita"
+                   ditadir="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001"/>
+   &lt;graph_to_image srcfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/graph_to_image/relations-236_000001BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.stats_all.BI_audit_KRS_person.dita.gnuplot"
+                   dstfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/graph_to_image/relations-236_000001BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.stats_all.BI_audit_KRS_person.dita.png.xml"
+                   fileindex="relations-236_000001BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.stats_all.BI_audit_KRS_person.dita"
+                   ditadir="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001"/>
+   &lt;!--#144 bocian-graph-2-html.preprocess -->
+   &lt;bocian-graph-2-html srcfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/bocian-graph-2-html/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.236.xml"
+                        dstfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/bocian-graph-2-html/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.236.png.xml"
+                        fileindex="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.236"
+                        ditadir="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001"/>
+   &lt;graph_to_image 
+                   srcfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/graph_to_image/BI_audit_KRS_person_APU4_umowy_APU4-P_BI_audit_KRS_person.4590880.gnuplot"
+                   dstfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/graph_to_image/BI_audit_KRS_person_APU4_umowy_APU4-P_BI_audit_KRS_person.4590880.png.xml"
+                   fileindex="BI_audit_KRS_person_APU4_umowy_APU4-P_BI_audit_KRS_person.4590880"
+                   ditadir="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001"/>
+   &lt;bocian-graph-2-html 
+                        srcfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/bocian-graph-2-html/BI_audit_KRS_person.4716036_src.xml"
+                        dstfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/bocian-graph-2-html/BI_audit_KRS_person.4716036_src.png.xml"
+                        fileindex="BI_audit_KRS_person.4716036_src"
+                        ditadir="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001"/>
+   &lt;bocian-graph-2-html srcfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/bocian-graph-2-html/BI_audit_KRS_person.4590880_dst.xml"
+                        dstfile="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/bocian-graph-2-html/BI_audit_KRS_person.4590880_dst.png.xml"
+                        fileindex="BI_audit_KRS_person.4590880_dst"
+                        ditadir="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001"/>
+   &lt;!--postprocess_root_PROCES_INIT-->
+&lt;/preprocess_dita></codeblock>
+        </example>
+    </refbody>
+    <related-links>
+        <linklist>
+            <linkinfo>will be run by  <ph keyref="property.build_preprocess"/></linkinfo>
+        </linklist>
+    </related-links>
+</reference>

+ 7 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/using_mode_bi_audit_energa_rum_kontrahenci_powiazania_row_lista.dita

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
+<reference id="using_mode_bi_audit_energa_rum_kontrahenci_powiazania_row_lista">
+    <title>using mode BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_LISTA</title>
+    <shortdesc></shortdesc>
+    <refbody> </refbody>
+</reference>

+ 14 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/uuid_parameter.dita

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glossentry PUBLIC "-//OASIS//DTD DITA Glossary//EN" "glossary.dtd">
+<glossentry id="uuid_parameter">
+    <glossterm>uuid parameter</glossterm>
+    <glossdef>the <ph
+            keyref="target.default_db__0x3A__PROCES_INIT__0x3A__tree__0x3A__dita.param.uuid"/> is an
+            <ph keyref="property.property"/> of <xref
+            href="using_build_crm_proces_tree_xml_for_generating_pdf_documents.dita" scope="local"
+        />.</glossdef>
+    <related-links>
+        <link href="using_build_crm_proces_tree_xml_for_generating_pdf_documents.dita" scope="local"
+        />
+    </related-links>
+</glossentry>

+ 12 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/xslt_mode_appinfo_xsd_postprocess_out_build_postprocess_xml_in_postprocess_xml.dita

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
+<reference id="xslt_mode_appinfo_xsd_postprocess_out_build_postprocess_xml_in_postprocess_xml">
+    <title>xslt mode appinfo.xsd:postprocess out build_postprocess.xml in postprocess.xml</title>
+    <shortdesc>Not important scenario, probably generate from out <xref
+            href="xslt_mode_posprocess_style_tree_to_dita_xsl.dita" scope="local"/></shortdesc>
+    <refbody>
+        <data>
+            <draft-comment author="a.binder">to be found example</draft-comment>
+        </data>
+    </refbody>
+</reference>

+ 20 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/xslt_mode_default_in_raport_out__ditamap.dita

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
+<reference id="xslt_mode_default_in_raport_out_ditamap">
+    <title>xslt mode <cmdname>default</cmdname> style <cmdname>tree_to_dita.xsl</cmdname> in $RAPORT
+        out .ditamap</title>
+    <shortdesc></shortdesc>
+    <refbody>
+        <example>the input file has root
+            like<codeblock>&lt;RelatedFeatureRoot xmlns:system_cache__dita="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/dita.xsd">
+  &lt;BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA fid="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.236" system_cache__dita:part="1">
+    &lt;system_cache__dita:parts system_cache__dita:part="1"/>
+    &lt;ID>236&lt;/ID>
+    &lt;A_RECORD_CREATE_DATE>2020-12-21 01:19:01&lt;/A_RECORD_CREATE_DATE>
+    &lt;A_RECORD_CREATE_AUTHOR>bzyk&lt;/A_RECORD_CREATE_AUTHOR></codeblock></example>
+        <example>style is on match of
+                <codeph>RelatedFeatureRoot|get_wfs_recurse_xsl.RelatedFeatureRoot:RelatedFeatureRoot</codeph>
+            would go mode <codeph>ditamap_root</codeph><note>probably the most important mode for
+                use with all features</note></example>
+    </refbody>
+</reference>

+ 10 - 0
doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/xslt_mode_posprocess_style_tree_to_dita_xsl.dita

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
+<reference id="xslt_mode_posprocess_style_tree_to_dita_xsl">
+    <title>xslt mode postprocess style tree_to_dita.xsl out postprocess.xml</title>
+    <shortdesc></shortdesc>
+    <refbody>
+        <example>postprocess_dita<draft-comment author="a.binder">todo to be found example - now
+                empty files.… </draft-comment></example>
+    </refbody>
+</reference>

+ 86 - 567
se.oxygen.xpr

@@ -2002,7 +2002,7 @@
                         <scenarioAssociation-array>
                             <scenarioAssociation>
                                 <field name="url">
-                                    <String>doc/SE/schema/WPS_Functions/default_db/CRM_PROCESS_tree/build_CRM_PROCES_tree.xml.ditamap</String>
+                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/relations-236_000001.ditamap</String>
                                 </field>
                                 <field name="scenarioIds">
                                     <list>
@@ -2042,16 +2042,16 @@
                             </scenarioAssociation>
                             <scenarioAssociation>
                                 <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-226_000002/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row.4993604____APT_trasy_row.dita</String>
+                                    <String>SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.plot.complex.testROW.xsl</String>
                                 </field>
                                 <field name="scenarioIds">
                                     <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy - 3.3.3 SE sir</String>
+                                        <String>system_cache__dita__x3A__svg1 TEST ROW</String>
                                     </list>
                                 </field>
                                 <field name="scenarioTypes">
                                     <list>
-                                        <String>DITAMAP</String>
+                                        <String>XML</String>
                                     </list>
                                 </field>
                                 <field name="scenarioStorageLocations">
@@ -2062,11 +2062,11 @@
                             </scenarioAssociation>
                             <scenarioAssociation>
                                 <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-1415_000001/BI_audit_ENERGA_RUM_KONTRAHENCI/BI_audit_ENERGA_RUM_KONTRAHENCI.81508____APU4_umowy.dita</String>
+                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-226_000002/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row.4993604____APT_trasy_row.dita</String>
                                 </field>
                                 <field name="scenarioIds">
                                     <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
+                                        <String>DITA Map PDF - based on XSL-FO - Copy - 3.3.3 SE sir</String>
                                     </list>
                                 </field>
                                 <field name="scenarioTypes">
@@ -2100,46 +2100,6 @@
                                     </list>
                                 </field>
                             </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>SE/schema/ant-url_action/default_db.in7_dziennik_koresp/pismo/GRAFIK_PRACY_view.ditamap</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/2019-10-18-04_32_32e06687/GRAFIK_PRACY_view.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
                             <scenarioAssociation>
                                 <field name="url">
                                     <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-226_000002/relations-226_000002.ditamap</String>
@@ -2200,26 +2160,6 @@
                                     </list>
                                 </field>
                             </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../Downloads/D_strezynska/stre_y_ska_analiza.ditamap</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
                             <scenarioAssociation>
                                 <field name="url">
                                     <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-1415_000001F/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row.383864199____APT_trasy_rowinterested_row.463.xml.dita</String>
@@ -2240,26 +2180,6 @@
                                     </list>
                                 </field>
                             </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.plot.complex.testROW.xsl</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>system_cache__dita__x3A__svg1 TEST ROW</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>XML</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
                             <scenarioAssociation>
                                 <field name="url">
                                     <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/2019-12-11-14_26_3711a6c4/GRAFIK_PRACY_view.dita</String>
@@ -2802,487 +2722,7 @@
                             </scenarioAssociation>
                             <scenarioAssociation>
                                 <field name="url">
-                                    <String>../../procesy5-dita-templates-druki/6872-bocian-energa-oferta-system-req.git/Modyfikacje_Bocian_2019_11_07/relations-1415_000001_mod_koper.ditamap</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-1415_000001/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row.3838636____APT_trasy_row.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../procesy5-dita-templates-druki/6872-bocian-energa-oferta-system-req.git/Modyfikacje_Bocian_2019_11_07/relations-1415_000001.ditamap</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../Library/Mobile%20Documents/com%7Eapple%7ECloudDocs/D_strezynska/stre_y_ska_analiza.ditamap</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/recurse_ant/2019-10-18-03_29_0395b503/2019-10-18-03_29_0395b503.out_task.dita.final_with_RelatedFeatureLoop.xml</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>SE/schema/WPS_Functions/default_db/recurse_ant/out/2019-10-18-00_46_194f3b2a.out_task.dita.final_with_RelatedFeatureLoop.xml</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>SE/schema/WPS_Functions/default_db/recurse_ant/out/2019-10-18-03_29_0395b503.out_task.dita.final_with_RelatedFeatureLoop.xml</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>SE/schema/WPS_Functions/default_db/recurse_ant/out/2019-10-17-22_39_07ab223e.out_task.dita.final_with_RelatedFeatureLoop.xml</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>SE/schema/WPS_Functions/default_db/recurse_ant/out/2019-10-17-10_38_39aba482.out_task.dita.final_with_RelatedFeatureLoop.xml</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-1415_000001/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA.1415____APTUF_null_.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-1415_000001/BI_audit_ENERGA_RUM_KONTRAHENCI/BI_audit_ENERGA_RUM_KONTRAHENCI.82231____APU4_umowy.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-1415_000001/BI_audit_ENERGA_PRACOWNICY/BI_audit_ENERGA_PRACOWNICY.65424____APTUF_transakcje.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-1415_000001/BI_audit_ENERGA_RUM_KONTRAHENCI/BI_audit_ENERGA_RUM_KONTRAHENCI.81132____APU4_umowy.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../Downloads/relations-1415_000001/temp/pdf-css/relations-1415_000001.ditamap</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/BI_audit_BENFORD_55/BI_audit_BENFORD_55.ditamap</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/2019-09-13-19_53_231ef0c6/2019-09-13-19_53_231ef0c6.ditamap</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-1415_000001/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row.3838641____APT_trasy.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/recurse_ant/2019-09-13-07_14_501d3f06/2019-09-13-07_14_501d3f06_out_task_dita_final.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/recurse_ant/2019-08-29-22_56_411d5a6a/2019-08-29-22_56_411d5a6a_out_task_dita_final.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../procesy5-dita-templates-druki/6872-bocian-energa-oferta-system-req.git/raport.powiazan/bocian_raport_powi_za.ditamap</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-136_000006_/BI_audit_ENERGA_RUM_KONTRAHENCI/BI_audit_ENERGA_RUM_KONTRAHENCI.4570____UKR_analiza.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-136_000006_/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row.410252____APT_trasy.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-136_000006_/graph_to_image/BI_audit_ENERGA_PRACOWNICY_APU4_umowy_APU4-DPW_BI_audit_ENERGA_PRACOWNICY.432.gnuplot.dita</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-136_000004/relations-136_000004.ditamap</String>
-                                </field>
-                                <field name="scenarioIds">
-                                    <list>
-                                        <String>DITA Map PDF - based on XSL-FO - Copy</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioTypes">
-                                    <list>
-                                        <String>DITAMAP</String>
-                                    </list>
-                                </field>
-                                <field name="scenarioStorageLocations">
-                                    <list>
-                                        <Byte>2</Byte>
-                                    </list>
-                                </field>
-                            </scenarioAssociation>
-                            <scenarioAssociation>
-                                <field name="url">
-                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/BI_audit_BENFORD_24/BI_audit_BENFORD_24.ditamap</String>
+                                    <String>../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-1415_000001F/relations-1415_000001F.ditamap</String>
                                 </field>
                                 <field name="scenarioIds">
                                     <list>
@@ -5292,11 +4732,15 @@
     </meta>
     <projectTree name="SE.oxygen.xpr">
         <folder masterFiles="true" name="Master Files">
+            <file name="SE/schema/default_db_xml_cache.public/_procesy_gen.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/_stanowiska_nazwy_gen_ant.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/ADMIN_USERS__documents.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/ADMIN_USERS__wyposazenie.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/ant.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/bocian-graph-to-html/bcgtht.tree_to_dita.import.xsl"/>
             <file name="SE/schema/WPS_Functions/bocian-graph-to-html/bcgtht.tree_to_dita.test.xsl"/>
             <file name="SE/schema/WPS_Functions/bocian-graph-to-html/bcgtht.tree_to_dita.working.xsl"/>
+            <file name="SE/schema/WPS_Functions/bocian-graph-to-html/bcgtht.tree_to_dita.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/Benford.xsl"/>
             <file name="SE/schema/WPS_Functions/get_wfs_recurse_xsl/bgwrx.RelatedFeatureRoot.xsl"/>
             <file name="SE/schema/WPS_Functions/get_wfs_recurse_xsl/bgwrx.xpath_filter.xsl"/>
@@ -5315,6 +4759,8 @@
             <file name="SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_tree_to_dita.stats_all.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_tree_to_dita.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/big_values_format.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/build_ant_universal_by_xsl_match.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/build_assertion_from_complexType.xsl"/>
             <file name="SE/schema/ant-url_action/default_db.bi_audit_energa_rum_kontrahenci_powiazania/CRM_PROCES_tree/build_CRM_PROCES_tree.postproces.xsl"/>
             <file name="SE/schema/ant-url_action/default_db.in7_dziennik_koresp/CRM_PROCES_tree/build_CRM_PROCES_tree.postproces.xsl"/>
             <file name="SE/schema/WPS_Functions/default_db/CRM_PROCES_tree/build_CRM_PROCES_tree.postproces.xsl"/>
@@ -5326,15 +4772,18 @@
             <file name="SE/schema/WPS_Functions/default_db/qgis_make_user_style/build_qgis_make_user_style.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/build_recurse_ant.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/build_recurse_ant_cache_control.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/build_recurse_ant_loop_path_maintain.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/build_recurse_ant_merge_dita_from_temp.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/build_recurse_ant_old.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/build_recurse_ant_xsl_xpath_filter.xsl"/>
             <file name="SE/schema/WPS_Functions/build_WPS_Functions.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/builds_to_ant.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/xsl/preprocess/clean-map.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/combinate_objects_for_instance_prototypes.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-3.3.3/plugins/org.dita.pdf2/xsl/fo/commons.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/xsl/preprocess/conref.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/xsl/preprocess/conref_template.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/crm_lista_zasobow_to_xsd.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-to-ant/d2a.ditamap.write.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-to-ant/d2a.ditamap.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/dateTime.xsl"/>
@@ -5351,6 +4800,8 @@
             <file name="SE/schema/default_db_xml_cache.public/default_db/BI_audit_BENFORD/default_db__x3A__BI_audit_BENFORD.BI_audit_BENFORD.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/BI_audit_BENFORD/default_db__x3A__BI_audit_BENFORD.BI_audit_BENFORD__x3A__generate.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/BI_audit_BENFORD/default_db__x3A__BI_audit_BENFORD.BI_audit_operational_raport_note.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/system_cache__resources_tree_generate_xsl_required_occurs_raport/detect_objects_parent_relations.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/system_cache__resources_tree_generate_xsl_required_occurs_raport/detect_resource_type.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.docbook/xsl/dita2docbook_template.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.eclipsecontent/xsl/dita2dynamicdita.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.eclipsecontent/xsl/dita2dynamicdita_template.xsl"/>
@@ -5370,8 +4821,11 @@
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.xhtml/xsl/dita2xhtml.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.eclipsehelp/xsl/dita2xhtml_eclipsehelp.xsl"/>
             <file name="SE/schema/WPS_Functions/documentation_generator/documentation_generator.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/system_cache__appinfo/element_complexType.xml.param.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/enter_to_ph.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/escape_functions/escape_object_prefix_to_string.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/extract_text.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/fix_acl_functions_test.xsl"/>
             <file name="SE/schema/WPS_Functions/fix_se_defaultdb_schema/fix_se_defaultdb_schema.from_schema.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/xsl/preprocess/flag.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/xsl/preprocess/flag_template.xsl"/>
@@ -5380,6 +4834,7 @@
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.pdf2/xsl/fo/flagging-preprocess_template.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-3.3.3/plugins/org.dita.pdf2/xsl/fo/flagging-preprocess_template.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/com.sophos.tocjs/xsl/frameset.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/generate_id_for_schema_document.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/get_wfs_recurse_xsl.RelatedFeature.preprocess.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/get_wfs_recurse_xsl.xsl"/>
             <file name="SE/schema/WPS_Functions/get_wfs_recurse_xsl/get_wfs_recurse_xsl.xsl"/>
@@ -5409,8 +4864,16 @@
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-3.3.3/plugins/org.dita.pdf2/xsl/fo/i18n-postprocess.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.pdf2/xsl/fo/i18n-postprocess_template.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-3.3.3/plugins/org.dita.pdf2/xsl/fo/i18n-postprocess_template.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/import_xsd_from_default_db.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/IN7_DZIENNIK_KORESP.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/DEVEL/intrested_row.debug_extract_time_relations.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/system_cache__appinfo/json-to-xml.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/key3_values_search_RID_ID_to_REMOTE_ID.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/Linear_regression/Linear_regression.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-3.3.3/plugins/org.dita.pdf2/xsl/fo/links.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/main_build_recurse_ant.dita_with_id.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/make_relations_restrictions_from_typespecials.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/Makefile.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.docbook/xsl/map2docbook.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.eclipsehelp/xsl/map2eclipse.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.eclipsehelp/xsl/map2eclipse_template.xsl"/>
@@ -5441,41 +4904,81 @@
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/xsl/preprocess/mapref.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/xsl/preprocess/mapref_template.xsl"/>
             <file name="SE/schema/WPS_Functions/exslt/math/math.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/mysl_xml_to_mysql.xsl"/>
             <file name="SE/schema/WPS_Functions/object_modeling_build_infrastructure/object_modeling_build_infrastructure.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/object_modeling_new_by_xml_schema.xsl"/>
             <file name="SE/schema/WPS_Functions/ant_interface/p5ant-interface.import.xsl"/>
             <file name="SE/schema/WPS_Functions/ant_interface/p5ant-interface.Macrodef.xsl"/>
+            <file name="SE/schema/WPS_Functions/ant_interface/p5ant-interface.parallel_ant_build.xsl"/>
             <file name="SE/schema/WPS_Functions/ant_interface/p5ant-interface.xsl"/>
+            <file name="SE/schema/WPS_Functions/apple/p5apl.xsl"/>
             <file name="SE/schema/p5build.xsl"/>
+            <file name="SE/schema/WPS_Functions/taxpayer_check/p5bztpc.xsl"/>
+            <file name="SE/schema/WPS_Functions/documentation_generator/p5dg.schema.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.analiza_wymagan.xsl"/>
             <file name="SE/schema/repository.symlink/WPS_Functions/repository/dita_kosztorys_projektowy/p5dkp.asserts.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.asserts.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.comment.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.debug.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.dita-ot.test-build-pdf.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.say.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.signature.fix.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.wordindex.merged.ditafiles.single.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.wordindex.merged.ditafiles.topic.inc.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.wordindex.merged.ditafiles.topic.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.wordindex.merged.ditafiles.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.wordindex.strings.merge.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.wordindex.strings.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.wordindex.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditafiles.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.ditamap_to_reltable.say.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities-generated.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.submodel.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.fix-ditamap.company.contacts.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.fix-ditamap.person.contacts.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.fix-glossgroup.wymagania.srcfile.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.generated.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.map.budzet_rola.xsl"/>
             <file name="SE/schema/repository.symlink/WPS_Functions/repository/dita_kosztorys_projektowy/p5dkp.map.budzet_rola.xsl.flat_relations.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.map.entities.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.map.wymagania.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.map.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.merged.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.messaging.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.repository.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.Statystyka_Obiektow.dita.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.Wykaz_Wymagania_Etapy_Budzet.dita.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.Wykaz_Zadan_dla_roli.dita.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.xsd.xsl"/>
             <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.xsl"/>
+            <file name="SE/schema/WPS_Functions/dita_kosztorys_projektowy/p5dkp.zadania_z_google.xml.ditamap.xsl"/>
+            <file name="SE/schema/WPS_Functions/exslt/p5exslt.xsl"/>
+            <file name="SE/schema/WPS_Functions/folders_interface/p5fi.xsl"/>
             <file name="SE/schema/WPS_Functions/flat_relation_cache/p5frc.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/default_db/p5gnuplot__x3A__system_cache__dita/p5gnuplot__x3A__system_cache__dita.interface.simpletable.xsl"/>
+            <file name="SE/schema/WPS_Functions/graph_gnuplot/p5gnuplot__x3A__system_cache__dita.xsl"/>
+            <file name="SE/schema/WPS_Functions/object_install_se_ant_object/p5oi.statistics.xsl"/>
+            <file name="SE/schema/WPS_Functions/procesy5_package/p5pckg.xsl"/>
+            <file name="SE/schema/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsl"/>
             <file name="SE/schema/WPS_Functions/system_ui_info_speech/p5suis.DIAGNOSE.xsl"/>
+            <file name="SE/schema/WPS_Functions/timestamp/p5ts.xsl"/>
             <file name="SE/schema/WPS_Functions/upgrade_procesy5_bocian/p5up5b.xsl"/>
+            <file name="SE/schema/WPS_Functions/xmlschema_interface/p5xmli.xsl"/>
+            <file name="SE/schema/WPS_Functions/xsd_asserts/p5xsda.xsl"/>
+            <file name="SE/schema/WPS_Functions/xsl_interface/p5xsl.xsl"/>
+            <file name="SE/schema/WPS_Functions/yed/p5yed.xsl"/>
             <file name="SE/schema/ant-tool/DownloadProcesToDita/parse_dita_templ.xsl"/>
             <file name="SE/schema/default_db_xml_cache/system_cache__resources_tree_generate_xsl_required_occurs_raport/parse_schema_to_generate_id.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/system_cache__appinfo/postprocess.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/PROCES_INCLUDE.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/procesy5_to_bpmn.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/PROCESY5_TO_BPMN_one_file.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/procesy_to_bpmn_subprocess.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/procesy_to_cubetto.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/system_cache__appinfo/PRODUCT.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/recurse_ant_to_html.xsl"/>
             <file name="SE/schema/default_db_xml_cache/resources_tree_required_occurs_raport.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/resources_tree_required_occurs_raport__TEST__.xsl"/>
             <file name="SE/schema/WPS_Functions/stock_optimize_calculations_raszczyk/stock_optimize_calculations_raszczyk.xsl"/>
             <file name="SE/schema/ant-object/default_db.STRUCTURE.dependency.subject.backRef/STRUCTURE.dependency.subject.backRef/STRUCTURE.dependency.subject.backRef.child.constructor.xsl"/>
             <file name="SE/schema/ant-object/default_db.STRUCTURE.dependency.subject.backRef/STRUCTURE.dependency.subject.backRef/STRUCTURE.dependency.subject.backRef.child.value.constructor.xsl"/>
@@ -5485,6 +4988,7 @@
             <file name="SE/schema/ant-object/default_db.STRUCTURE.dependency.subject.backRef/STRUCTURE.dependency.subject.backRef/STRUCTURE.dependency.subject.backRef.xpath.constructor.xsl"/>
             <file name="SE/schema/ant-object/default_db.STRUCTURE.dependency.subject.backRef/STRUCTURE.dependency.subject.backRef/STRUCTURE.dependency.subject.backRef.xsd"/>
             <file name="SE/schema/ant-object/default_db.STRUCTURE.dependency.subject.backRef/STRUCTURE.dependency.subject.backRef/STRUCTURE.dependency.subject.backRef.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/system_cache__dita/system_cache__dita__x3A__ditadir.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__p5gnuplot/system_cache__dita__x3A__p5gnuplot.interface.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.defaults.param.fo.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.defaults.param.xsl"/>
@@ -5495,6 +4999,7 @@
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.plot.complex.test.305.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.plot.complex.test.svg"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.plot.complex.test.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.plot.complex.testROW.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.plot.Hi-Lo-Close.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.plot.label.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.plot.multiple.xsl"/>
@@ -5518,6 +5023,12 @@
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.utils.translate.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__svg/system_cache__dita__x3A__svg.utils.xsl"/>
             <file name="SE/schema/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/TERYT_procesy5.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/TERYT_terc_xml_import.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/test_saxon_engine.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/test_todel_xml_parse.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/test_write_to_api_php.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/test_xsl-fo.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/com.sophos.tocjs/xsl/tocjs.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-3.3.3/plugins/org.dita.pdf2/xsl/fo/topic2fo.xsl"/>
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/plugins/org.dita.pdf2/xsl/fo/topic2fo_shell.xsl"/>
@@ -5540,6 +5051,8 @@
             <file name="SE/schema/WPS_Functions/dita-ot/dita-ot-2.3.3/xsl/preprocess/topicpull_template.xsl"/>
             <file name="SE/schema/ant-object/default_db.TEST_PERMS/TestPermsAnt/Triggers/After/INPUT/Transaction.xsl"/>
             <file name="SE/schema/ant-object/default_db.TEST_PERMS/TestPermsAnt/Triggers/Before/INPUT/Transaction.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/transform_z_sql.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/escape_functions/translate_object_escaped_prefix_from_string.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/tree_to_dita.element.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/tree_to_dita.files.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/tree_to_dita.localname.translate.xsl"/>
@@ -5551,14 +5064,20 @@
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__to_merge/tree_to_dita__x3A__parts.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/system_cache__dita__x3A__to_merge/tree_to_dita__x3A__parts__x3A__map.title.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/tree_to_dita__x3A__to_merge.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/typespecial_to_ref/typespecial_to_ref.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/web_ui.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/wfs.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/www.opengis.net.wfs.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/xinclude_p5_recurse/xinclude_p5_recurse.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/xlsx.xsl"/>
             <file name="SE/schema/WPS_Functions/xinclude_p5_recurse/xp5r.testing.xsl"/>
+            <file name="SE/schema/default_db_xml_cache.public/xpath_query_check_create_xsl.xsl"/>
             <file name="SE/schema/default_db_xml_cache.public/default_db/xsd_to_dita.xsl"/>
+            <file name="SE/schema/default_db_xml_cache/xsd_to_objects_mysql.xsl"/>
         </folder>
         <folder name="ditamaps">
             <folder path="../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/"/>
+            <folder path="../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001.temp/"/>
             <folder path="../../../../opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/default_db/CRM_PROCES_tree/relations-236_000001/"/>
             <folder path="SE/schema/WPS_Functions/default_db/recurse_ant/out/"/>
             <file name="../../procesy5-dita-templates-druki/__REVISION__/__REV__.ditamap"/>