a.binder %!s(int64=9) %!d(string=hai) anos
pai
achega
2e466580db

+ 0 - 162
SE/schema/ant-url_action/default_db.crm_proces/CRM_PROCES_tree/build_recurse_ant_merge_dita_from_temp.xsl

@@ -1,162 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-    xmlns:p5_default_db="https://biuro.biall-net.pl/wfs/default_db"
-    xmlns:wfs="http://www.opengis.net/wfs"
-    exclude-result-prefixes="xs"
-    version="2.0">
-    
-    
-    <xsl:output indent="yes" />
-    <xsl:strip-space elements="*"/>
-    
-    <xsl:param name="uuid" required="yes"/>
-    <xsl:param name="basedir" required="yes"/>
-    <xsl:param name="temp" required="yes"/>
-    
-    <!-- template do zlaczenia wszystkich xmli z danymi z dita 
-    description="z plikow temp/$uuid.* buduje $out_task.dita " -->
-    
-    
-    
-    
-    <xsl:template name="get_childs_rows">
-        <xsl:param name="element-filename"  required="yes"/> <!-- prezes1.root_x2f_.d1e1.CRM_PROCES_x2f_.d1e46.CRM_WSKAZNIK_x2f_.d1e51.CRM_LISTA_ZASOBOW.1. -->
-        <xsl:param name="path2collection" select="concat($temp,'/')"/> <!-- $basedir,'/' -->
-        <xsl:variable name="path">
-            <xsl:value-of select="concat($path2collection,'?select=',$element-filename,'*.dita.xml.vals.dita')"/> <!-- $element-filename,'-->
-        </xsl:variable>
-        <xsl:message>#30 otwieram kolekcje $path=<xsl:value-of select="$path"/>; </xsl:message>
-        
-        <!--<xsl:variable name="docs" select="collection($path)"/>-->
-        <!--<xsl:variable name="docs" select="collection($path)"/>-->
-        <!--<xsl:for-each select="$docs">
-            <xsl:message>#35 test - cos jest <xsl:value-of select="name()"/></xsl:message>
-            <xsl:copy-of select="."/>
-        </xsl:for-each>-->
-        <xsl:copy-of select="collection($path)"/>
-
-    </xsl:template>
-    
-    
-    
-    <xsl:template match="*" mode="root">
-        <xsl:param name="loop_xpath"/>
-        <xsl:element name="{name()}">
-            <xsl:copy-of select="@*"/>
-            <xsl:apply-templates>
-                <xsl:with-param name="loop_xpath" select="$loop_xpath"/>
-            </xsl:apply-templates>
-        </xsl:element>
-    </xsl:template>
-    
-    
-    <xsl:template match="RelatedFeature">
-        <!-- podstawamy dane z xml na podstawie path -->
-        <xsl:param name="loop_xpath" select="'root'"/>
-        <xsl:param name="feature_pos_child"  select="1"/> <!-- pierwsze wyzwolenie narzuca 1 - kolejne sa z related -->
-        <xsl:variable name="xml_id" select="@xml_id"/>
-        <xsl:variable name="RelatedFeaturePos" select="position()"/>
-        <xsl:variable name="featureID_name" select="substring-after(@typeName,':')"/>
-        
-        <xsl:variable name="loop_xpath" select="concat($loop_xpath,'_x2f_.',$xml_id,'.',$featureID_name)"/>
-
-        <xsl:message>#26 odpalam $feature_pos_child=<xsl:value-of select="$feature_pos_child"/>; loop_xpath=<xsl:value-of select="$loop_xpath"/>.dita.xml.vals.dita;</xsl:message>
-        <!--<debug26>
-            Will try to put file=<xsl:value-of select="concat($uuid,'.',$loop_xpath,$featureID_name,'.',$RelatedFeaturePos,'.dita.xml.vals.dita')"/>;
-        </debug26>-->
-        <!--<xsl:variable name="dita_fragment" select="doc(concat($basedir,'/temp/',$uuid,'.',$loop_xpath,'.',$RelatedFeaturePos,'.dita.xml.vals.dita'))"/>-->
-        
-        <xsl:variable name="dita_fragment">
-            <xsl:choose>
-                <xsl:when test=" doc-available(concat($basedir,'/',$temp,'/',$uuid,'.',$loop_xpath,'.',$RelatedFeaturePos,'.',$feature_pos_child,'.dita.xml.vals.dita'))">
-                    <xsl:copy-of select="doc(concat($basedir,'/',$temp,'/',$uuid,'.',$loop_xpath,'.',$RelatedFeaturePos,'.',$feature_pos_child,'.dita.xml.vals.dita'))"/>
-                </xsl:when>
-                <xsl:otherwise>
-                    <xsl:comment>#78 INFO no Related leaf xml file <xsl:value-of select="concat($basedir,'/temp/',$uuid,'.',$loop_xpath,'.',$RelatedFeaturePos,'.',$feature_pos_child,'.dita.xml.vals.dita')"/>;</xsl:comment>
-                    <xsl:message>#78 INFO no Related leaf xml file <xsl:value-of select="concat($basedir,'/temp/',$uuid,'.',$loop_xpath,'.',$RelatedFeaturePos,'.',$feature_pos_child,'.dita.xml.vals.dita')"/></xsl:message>
-                </xsl:otherwise>
-            </xsl:choose>
-        </xsl:variable>
-        <!--<xsl:variable name="dita_fragment" select="doc(concat($basedir,'/temp/',$uuid,'.',$loop_xpath,'.',$RelatedFeaturePos,'.',$feature_pos_child,'.dita.xml.vals.dita'))"/>-->
-        <!--<xsl:variable name="dita_fragment">
-            <xsl:call-template name="get_childs_rows">
-                <xsl:with-param name="element-filename" select="concat($uuid,'.',$loop_xpath,'.',$RelatedFeaturePos,'.')"/>
-            </xsl:call-template>
-        </xsl:variable>-->
-         
-        <!--<debug_RelatedFeature>
-            <xsl:copy-of select="$dita_fragment"/>
-        </debug_RelatedFeature>-->
-        
-        <xsl:for-each select="$dita_fragment">
-            <xsl:apply-templates mode="RelatedFeature" select="$dita_fragment/RelatedFeatureRoot/*">
-                <xsl:with-param name="loop_xpath" select="$loop_xpath"/>
-            </xsl:apply-templates>
-        </xsl:for-each>
-    </xsl:template>
-    
-    <xsl:template mode="RelatedFeature" match="*">
-        <xsl:param name="loop_xpath" required="yes"/>
-        <!--<xsl:element name="{name()}">-->
-            <!--<xsl:copy-of select="@*"/>-->
-            <!--<xsl:apply-templates select="@*"/>-->
-            <xsl:message>#94 ustalam $feature_pos_child=<xsl:value-of select="position()"/>; dla <xsl:value-of select="name()"/></xsl:message>
-            <xsl:apply-templates mode="RelatedFeatureChild" select=".">
-                <xsl:with-param name="loop_xpath" select="$loop_xpath"/>
-                <xsl:with-param name="feature_pos_child" select="position()"/>
-            </xsl:apply-templates>
-        <!--</xsl:element>-->
-    </xsl:template>
-    
-    <xsl:template mode="RelatedFeatureChild" match="*">
-        <xsl:param name="loop_xpath" required="yes"/>
-        <xsl:param name="feature_pos_child" required="yes"/>
-        <xsl:element name="{name()}">
-            <!--<xsl:copy-of select="@*"/>-->
-            <xsl:apply-templates select="@*"/>
-            <xsl:apply-templates mode="RelatedFeatureChild">
-                <xsl:with-param name="loop_xpath" select="$loop_xpath"/>
-                <xsl:with-param name="feature_pos_child" select="$feature_pos_child"/>
-            </xsl:apply-templates>
-        </xsl:element>
-    </xsl:template>
-    
-    <xsl:template mode="RelatedFeatureChild" match="RelatedFeature">
-        <xsl:param name="loop_xpath" required="yes"/>
-        <xsl:param name="feature_pos_child" required="yes"/>
-        <xsl:apply-templates select=".">
-            <xsl:with-param name="loop_xpath" select="$loop_xpath"/>
-            <xsl:with-param name="feature_pos_child" select="$feature_pos_child"/>
-        </xsl:apply-templates>
-    </xsl:template>
-    
-    
-    
-    
-  
-    
-    
-    
-    <xsl:template match="*" >
-        <xsl:param name="loop_xpath"/>
-        <xsl:param name="feature_pos_child" required="yes"/>
-        <xsl:element name="{name()}">
-            <xsl:copy-of select="@*"/>
-            <xsl:apply-templates>
-                <xsl:with-param name="loop_xpath" select="$loop_xpath"/>
-                <xsl:with-param name="feature_pos_child" select="$feature_pos_child"/>
-            </xsl:apply-templates>
-        </xsl:element>
-    </xsl:template>
-    
-    
-    <xsl:template match="@*">
-        <xsl:copy-of select="."/>
-    </xsl:template>
-    <xsl:template match="@xml_id"/>
-        
-    
-    
-</xsl:stylesheet>

+ 0 - 201
SE/schema/ant-url_action/default_db.crm_proces/CRM_PROCES_tree/escaped_html_to_xml.xsl

@@ -1,201 +0,0 @@
-<?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"
-    exclude-result-prefixes="xs system_cache__appinfo"
-    version="2.0">
-    
-    <xsl:output indent="yes"/>
-    
-    
-    
-    
-    
-    
-    
-    
-    <xsl:template name="system_cache__appinfo:escaped_html_to_xml">
-        <xsl:param name="html"/>
-        <xsl:param name="debug" select="false()"/>
-        <xsl:param name="loopno" select="1"/>
-        <xsl:variable name="anal_out">
-            <anal_out>
-                <xsl:for-each select=" tokenize($html,'&lt;') ">
-                    <xsl:variable name="lt_pos" select="position()"/>
-                    <lt>
-                        <xsl:attribute name="lt_pos" select="position()"/>
-                        
-                        <!--<xsl:value-of select="."/>-->
-                        <xsl:for-each select="tokenize(.,'&gt;')">
-                            <gt>
-                                <xsl:attribute name="gtnum" select="position()"/>
-                                <!--<xsl:attribute name="lt_pos" select="$lt_pos"/>-->
-                                
-                                
-                                <xsl:choose>
-                                    <xsl:when test="$lt_pos=1 and position()=1">
-                                        <xsl:attribute name="tag_place" select="'before_tag'"/>
-                                    </xsl:when>
-                                    <xsl:when test="$lt_pos=2 and position()=1">
-                                        <xsl:attribute name="tag_place" select="'first_tag'"/>
-                                    </xsl:when>
-                                </xsl:choose>
-                                <xsl:choose>
-                                    <xsl:when test="position()=1 and $lt_pos&gt;1">
-                                        <xsl:attribute name="is_tag" select="true()"/>
-                                    </xsl:when>
-                                    <xsl:otherwise><xsl:attribute name="is_string" select="true()"/></xsl:otherwise>
-                                </xsl:choose>
-                                <xsl:choose>
-                                    <xsl:when test=" contains(.,'/') and position()=1 and $lt_pos>1"><xsl:attribute name="closing" select="true()"/></xsl:when>
-                                    <xsl:when test=" not(contains(.,'/')) and position()=1 and $lt_pos>1"><xsl:attribute name="closing" select="false()"/></xsl:when>
-                                    <!--<xsl:otherwise><xsl:attribute name="closing" select="false()"/></xsl:otherwise>-->
-                                </xsl:choose>
-                                <xsl:choose>
-                                    <xsl:when test="position()=1 and $lt_pos&gt;1 and not(contains(.,'/')) and contains(.,' ')">
-                                        <xsl:variable name="attributes">
-                                            <xsl:for-each select="tokenize(.,' ')">
-                                                <el><xsl:value-of select="."/></el>
-                                            </xsl:for-each>
-                                        </xsl:variable>
-                                        <xsl:attribute name="attributes" select="$attributes/el[position()&gt;1]"/>
-                                        <xsl:copy-of select="$attributes/el[position()=1]/text()"/>
-                                    </xsl:when>
-                                    <xsl:otherwise><xsl:value-of select="."/></xsl:otherwise>
-                                </xsl:choose>
-                                <!--<xsl:value-of select="."/>-->
-                            </gt>
-                        </xsl:for-each>
-                    </lt>
-                </xsl:for-each>
-            </anal_out>
-        </xsl:variable>
-        <!--<analyse>
-            <before_tag><xsl:value-of select="$anal_out/anal_out/lt[@ltnum=1]/gt[@gtnum=1]/text()"/></before_tag>
-            <first_tag><xsl:value-of select="$anal_out/anal_out/lt[@ltnum=2]/gt[@gtnum=1]/text()"/></first_tag>
-            <closing_tag></closing_tag>
-            <after_closing_tag></after_closing_tag>
-        </analyse>-->
-        <!--<xsl:copy-of select="$anal_out"/>-->
-        <xsl:variable name="anal_num">
-            <anal_num>
-                <xsl:for-each select="$anal_out/anal_out/lt/gt">
-                    <gt><xsl:attribute name="pos" select="position()"/>
-                        <xsl:copy-of select="@attributes"/>
-                        <xsl:choose>
-                            <xsl:when test="@is_string=true()">
-                                <xsl:attribute name="level" select="0"/>                                
-                                <xsl:value-of select="text()"/></xsl:when>
-                            <xsl:when test="@is_tag=true() and @closing=false()">
-                                <xsl:attribute name="level" select="1"/>
-                                <xsl:choose>
-                                    <xsl:when test=" position()=1">
-                                        <xsl:attribute name="new_gr" select="2"/>
-                                    </xsl:when>
-                                    <xsl:otherwise>
-                                        <xsl:attribute name="new_gr" select="1"/>
-                                    </xsl:otherwise>
-                                </xsl:choose>
-                                <xsl:attribute name="element" select="text()"/>
-                            </xsl:when>
-                            <xsl:when test="@is_tag=true() and @closing=true()">
-                                <xsl:attribute name="level" select="-1"/>
-                                <xsl:attribute name="element" select="text()"/>
-                            </xsl:when>
-                        </xsl:choose>
-                    </gt>
-                </xsl:for-each>
-            </anal_num>
-        </xsl:variable>
-        <!--<xsl:copy-of select="$anal_num"/>-->
-        <xsl:variable name="anal_num1">
-            <anal_num1>
-                <xsl:for-each select="$anal_num/anal_num/gt">
-                    <gt>
-                        <xsl:copy-of select="@*"/>
-                        <xsl:choose>
-                            <xsl:when test="@level=0 and $anal_num/anal_num/gt[number(@pos)= number(current()/@pos)-1]/@level=1"><xsl:attribute name="level" select="1"/></xsl:when><!-- and $anal_num/anal_num/gt[@pos=current()/@pos-1]/@level= -->
-                            <xsl:when test="@level=0 and $anal_num/anal_num/gt[number(@pos)= number(current()/@pos)-1]/@level=-1"><xsl:attribute name="level" select="-1"/></xsl:when>
-                            <xsl:otherwise><xsl:attribute name="level" select="@level"/></xsl:otherwise>
-                        </xsl:choose>
-                        <xsl:value-of select="text()"/>
-                    </gt>
-                </xsl:for-each>
-            </anal_num1>
-        </xsl:variable>
-        <!--<xsl:copy-of select="$anal_num1"/>-->
-        <xsl:variable name="anal_num_anal">
-            <anal_num_anal>
-                <xsl:for-each select="$anal_num1/anal_num1/gt">
-                    <gt>
-                        <xsl:variable name="cur_pos" select="@pos"/>
-                        <!--<xsl:attribute name="what_sum" select="concat('sum($anal_num/anal_num/gt[@pos&lt;=',$cur_pos,']/@level')" />-->
-                        <xsl:choose>
-                            <xsl:when test="sum($anal_num1/anal_num1/gt[number(@pos)&lt;= number($cur_pos) ]/@level)&lt;0">
-                                <xsl:attribute name="sum_cur" select="1"/>
-                                <xsl:attribute name="sum_cur_293" select="true()"/>
-                            </xsl:when>
-                            <!--<xsl:when test="@level=-1">
-                                <xsl:attribute name="sum_cur" select="sum($anal_num1/anal_num1/gt[number(@pos)&lt;number($cur_pos) ]/@level)+1"/>
-                            </xsl:when>-->
-                            <xsl:otherwise><xsl:attribute name="sum_cur" select="sum($anal_num1/anal_num1/gt[number(@pos)&lt;= number($cur_pos) ]/@level)+1"/></xsl:otherwise>
-                        </xsl:choose>
-                        
-                        <xsl:copy-of select="@*"/>
-                        <xsl:value-of select="text()"/>
-                        <!--<copy>
-                            <xsl:copy-of select="$anal_num/anal_num/gt[  number(@pos)&lt;= number($cur_pos) ]"/>
-                        </copy>-->
-                    </gt>
-                </xsl:for-each>
-            </anal_num_anal>
-        </xsl:variable>
-        <!--<xsl:copy-of select="$anal_num_anal"/>-->
-        <xsl:for-each select="$anal_num_anal/anal_num_anal/gt[@sum_cur=1]"><!-- text outside of first tag -->
-            <xsl:variable name="min_pos_sum_cur_1" select="min($anal_num_anal/anal_num_anal/gt[@sum_cur=1 and number(@pos)&gt;number(current()/@pos)]/@pos)"/>
-            <xsl:value-of select="text()"/>
-            <xsl:for-each select="$anal_num_anal/anal_num_anal/gt[@sum_cur=2 and number(@pos)&gt;number(current()/@pos) and  number(@pos)&lt;number($min_pos_sum_cur_1) and @level=1 ]"><!-- first level tags -->
-                <xsl:element name="{@element}">
-                    <xsl:choose>
-                        <xsl:when test="@attributes">
-                            <xsl:variable name="attributes">
-                                <xsl:for-each select="tokenize(@attributes,' ')">
-                                    <e300><xsl:attribute name="val" select="."/>
-                                        <xsl:for-each select="tokenize(.,'=&quot;')">
-                                            <e302><xsl:attribute name="val" select="."/>
-                                                <!--<xsl:attribute name="{.}" select="true()"/>-->
-                                                <xsl:for-each select="tokenize(.,'&quot;')">
-                                                    <e307>
-                                                        <xsl:attribute name="val" select="."/>
-                                                    </e307>
-                                                </xsl:for-each>
-                                            </e302>
-                                        </xsl:for-each>
-                                    </e300>
-                                </xsl:for-each>
-                            </xsl:variable>
-                            <xsl:for-each select="$attributes/e300">
-                                <xsl:attribute name="{e302[1]/@val}" select="e302[2]/e307[1]/@val"/>
-                            </xsl:for-each>
-                            <!--<xsl:copy-of select="$attributes"/>-->
-                        </xsl:when>
-                    </xsl:choose>
-                    <xsl:variable name="html2">
-                        <xsl:for-each select="$anal_num_anal/anal_num_anal/gt[@sum_cur&gt;2 and number(@pos)&gt;number(current()/@pos) and  number(@pos)&lt;number($min_pos_sum_cur_1) ]"><!-- text of 1 level tags -->
-                            <xsl:choose>
-                                <xsl:when test="@element">&lt;<xsl:value-of select="@element"/>&gt;</xsl:when>
-                                <xsl:otherwise><xsl:copy-of select="text()"/></xsl:otherwise>
-                            </xsl:choose>
-                        </xsl:for-each>
-                    </xsl:variable>
-                    <xsl:call-template name="system_cache__appinfo:escaped_html_to_xml">
-                        <xsl:with-param name="html" select="$html2"/>
-                    </xsl:call-template>
-                </xsl:element>
-            </xsl:for-each>
-        </xsl:for-each>
-    </xsl:template>
-    
-    
-    
-</xsl:stylesheet>

+ 0 - 35
SE/schema/ant-url_action/default_db.in7_dziennik_koresp/test-druk/Test_z_getfeature_do_parse.xml

@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<default_db__x3A__IN7_DZIENNIK_KORESP:IN7_DZIENNIK_KORESP xmlns:default_db__x3A__IN7_DZIENNIK_KORESP="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd ../IN7_DZIENNIK_KORESP.xsd" fid="IN7_DZIENNIK_KORESP.58939">
-<default_db__x3A__IN7_DZIENNIK_KORESP:ID>58939</default_db__x3A__IN7_DZIENNIK_KORESP:ID>
-<default_db__x3A__IN7_DZIENNIK_KORESP:COST_OF_SHIPMENT>0.00</default_db__x3A__IN7_DZIENNIK_KORESP:COST_OF_SHIPMENT>
-<default_db__x3A__IN7_DZIENNIK_KORESP:COST_VALUE>200.00</default_db__x3A__IN7_DZIENNIK_KORESP:COST_VALUE>
-<default_db__x3A__IN7_DZIENNIK_KORESP:INCOME_VALUE>0.00</default_db__x3A__IN7_DZIENNIK_KORESP:INCOME_VALUE>
-<default_db__x3A__IN7_DZIENNIK_KORESP:path>0-489-390</default_db__x3A__IN7_DZIENNIK_KORESP:path>
-<default_db__x3A__IN7_DZIENNIK_KORESP:P_ID>0</default_db__x3A__IN7_DZIENNIK_KORESP:P_ID>
-<default_db__x3A__IN7_DZIENNIK_KORESP:A_STATUS>NORMAL</default_db__x3A__IN7_DZIENNIK_KORESP:A_STATUS>
-<default_db__x3A__IN7_DZIENNIK_KORESP:K_TYP_KORESP>IN</default_db__x3A__IN7_DZIENNIK_KORESP:K_TYP_KORESP>
-<default_db__x3A__IN7_DZIENNIK_KORESP:K_TYP_RODZAJ>ZWYKLY</default_db__x3A__IN7_DZIENNIK_KORESP:K_TYP_RODZAJ>
-<default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP>2016-10-27</default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYMANEJ_KORESP>
-<default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP>2016-11-02</default_db__x3A__IN7_DZIENNIK_KORESP:K_DATA_OTRZYM_KORESP>
-<default_db__x3A__IN7_DZIENNIK_KORESP:K_NR_OTRZYM_KORESP>120/10/2016/F</default_db__x3A__IN7_DZIENNIK_KORESP:K_NR_OTRZYM_KORESP>
-<default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS>0</default_db__x3A__IN7_DZIENNIK_KORESP:ID_BILLING_USERS>
-<default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO>DIAMENT Sp.z o.o </default_db__x3A__IN7_DZIENNIK_KORESP:K_OD_KOGO>
-<default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES>ul.Grunwaldzka 212 80-266 Gdansk</default_db__x3A__IN7_DZIENNIK_KORESP:OD_KOGO_ADRES>
-<default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS>Faktura za serwis urządzenia klimatyzacyjnego </default_db__x3A__IN7_DZIENNIK_KORESP:K_ZAWARTOS>
-<default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT>390</default_db__x3A__IN7_DZIENNIK_KORESP:ID_PROJECT>
-<default_db__x3A__IN7_DZIENNIK_KORESP:K_ZNAK_REFERENTA>p.r</default_db__x3A__IN7_DZIENNIK_KORESP:K_ZNAK_REFERENTA>
-<default_db__x3A__IN7_DZIENNIK_KORESP:L_APPOITMENT_DATE>2016-11-10 14:49</default_db__x3A__IN7_DZIENNIK_KORESP:L_APPOITMENT_DATE>
-<default_db__x3A__IN7_DZIENNIK_KORESP:L_APPOITMENT_USER>anna.wieclaw</default_db__x3A__IN7_DZIENNIK_KORESP:L_APPOITMENT_USER>
-<default_db__x3A__IN7_DZIENNIK_KORESP:T_TELBOX_NEIGHBOUR_IN_ID>2792</default_db__x3A__IN7_DZIENNIK_KORESP:T_TELBOX_NEIGHBOUR_IN_ID>
-<default_db__x3A__IN7_DZIENNIK_KORESP:ID_ZASOB>0</default_db__x3A__IN7_DZIENNIK_KORESP:ID_ZASOB>
-<default_db__x3A__IN7_DZIENNIK_KORESP:CRM_LISTA_ZASOBOW_ID>0</default_db__x3A__IN7_DZIENNIK_KORESP:CRM_LISTA_ZASOBOW_ID>
-<default_db__x3A__IN7_DZIENNIK_KORESP:ID_DEVICE>0</default_db__x3A__IN7_DZIENNIK_KORESP:ID_DEVICE>
-<default_db__x3A__IN7_DZIENNIK_KORESP:T_TELBOX_NEIGHBOUR_IN_ID_NEW>0</default_db__x3A__IN7_DZIENNIK_KORESP:T_TELBOX_NEIGHBOUR_IN_ID_NEW>
-<default_db__x3A__IN7_DZIENNIK_KORESP:ID_ZASOB_NEW>0</default_db__x3A__IN7_DZIENNIK_KORESP:ID_ZASOB_NEW>
-<default_db__x3A__IN7_DZIENNIK_KORESP:A_RECORD_CREATE_DATE>2016-11-03 14:46:00</default_db__x3A__IN7_DZIENNIK_KORESP:A_RECORD_CREATE_DATE>
-<default_db__x3A__IN7_DZIENNIK_KORESP:A_RECORD_CREATE_AUTHOR>adrian.kasprzak</default_db__x3A__IN7_DZIENNIK_KORESP:A_RECORD_CREATE_AUTHOR>
-<default_db__x3A__IN7_DZIENNIK_KORESP:A_RECORD_UPDATE_DATE>2016-11-03 15:00:00</default_db__x3A__IN7_DZIENNIK_KORESP:A_RECORD_UPDATE_DATE>
-<default_db__x3A__IN7_DZIENNIK_KORESP:A_RECORD_UPDATE_AUTHOR>adrian.kasprzak</default_db__x3A__IN7_DZIENNIK_KORESP:A_RECORD_UPDATE_AUTHOR>
-<default_db__x3A__IN7_DZIENNIK_KORESP:A_CLASSIFIED>27_BIALL-NET</default_db__x3A__IN7_DZIENNIK_KORESP:A_CLASSIFIED>
-<default_db__x3A__IN7_DZIENNIK_KORESP:A_ADM_COMPANY>27_BIALL-NET</default_db__x3A__IN7_DZIENNIK_KORESP:A_ADM_COMPANY>
-</default_db__x3A__IN7_DZIENNIK_KORESP:IN7_DZIENNIK_KORESP>