|
|
@@ -6,6 +6,8 @@
|
|
|
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_BENFORD="https://biuro.biall-net.pl/wfs/default_db/BI_audit_BENFORD"
|
|
|
+ xmlns:Linear_regression="https://en.wikipedia.org/wiki/Linear_regression"
|
|
|
exclude-result-prefixes="xs"
|
|
|
version="2.0">
|
|
|
|
|
|
@@ -15,7 +17,9 @@
|
|
|
<xsl:param name="fileindex" required="yes"/>
|
|
|
<xsl:choose>
|
|
|
<xsl:when test="p5gnuplot:graph.gnuplot.dita__x3A__if__x3A__aviable($fileindex) and p5gnuplot:graph.debug.xtics.xml__x3A__if__x3A__aviable($fileindex)">
|
|
|
- <xsl:apply-templates mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__analyze" select="doc(p5gnuplot:set.gnuplot.debug.xtics.xml($fileindex))"/>
|
|
|
+ <xsl:apply-templates mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__analyze" select="doc(p5gnuplot:set.gnuplot.debug.xtics.xml($fileindex))">
|
|
|
+ <xsl:with-param name="fileindex" select="$fileindex" tunnel="yes"/>
|
|
|
+ </xsl:apply-templates>
|
|
|
</xsl:when>
|
|
|
</xsl:choose>
|
|
|
</xsl:template>
|
|
|
@@ -26,57 +30,213 @@
|
|
|
|
|
|
|
|
|
<xsl:template match="p5gnuplot:xtics" mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__analyze">
|
|
|
+ <xsl:param name="fileindex" required="yes" tunnel="yes"/>
|
|
|
|
|
|
+ <xsl:variable name="system_cache__dita:graph.ytics_detect_row" >
|
|
|
+ <xsl:choose>
|
|
|
+ <xsl:when test="doc-available(system_cache__dita:set.graph.ytics_detect_row.xml($fileindex))">
|
|
|
+ <xsl:copy-of select="doc(system_cache__dita:set.graph.ytics_detect_row.xml($fileindex))"></xsl:copy-of>
|
|
|
+ </xsl:when>
|
|
|
+ <xsl:otherwise><xsl:message>#39 UNAVIABLE ERROR <xsl:value-of select="system_cache__dita:set.graph.ytics_detect_row.xml($fileindex)"/></xsl:message></xsl:otherwise>
|
|
|
+ </xsl:choose>
|
|
|
+ </xsl:variable>
|
|
|
+ <xsl:comment>#35 count $system_cache__dita:graph.ytics_detect_row = <xsl:value-of select="count($system_cache__dita:graph.ytics_detect_row//*)"/></xsl:comment>
|
|
|
<dl props="match p5gnuplot xtics mode dita__x3A__analyze">
|
|
|
<dlhead>
|
|
|
- <dthd>opis znalezionych danych </dthd>
|
|
|
- <ddhd>źródła danych, osi, wartości, grupy, okresy</ddhd>
|
|
|
+ <dthd>GAD <sup>Graficzny analizator danych </sup></dthd>
|
|
|
+ <ddhd><sup>opis znalezionych danych [źródła danych, osi, wartości, grupy, okresy]</sup></ddhd>
|
|
|
</dlhead>
|
|
|
+
|
|
|
|
|
|
- <xsl:for-each select=".//p5gnuplot:set.graph.separate.outputs.auto">
|
|
|
- <dlentry>
|
|
|
- <dt>Raster z wykresem</dt>
|
|
|
- <dd><xsl:value-of select="@p5gnuplot:value"/><xsl:text> </xsl:text></dd>
|
|
|
- <dd><equation-inline>
|
|
|
- <image width="150"
|
|
|
- href="{p5gnuplot:graph.output.image__x3A__detect__x3A__path(@p5gnuplot:value)}">
|
|
|
- <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__assign__id">
|
|
|
- <xsl:with-param name="fileindex" select="@p5gnuplot:value"/>
|
|
|
- </xsl:call-template>
|
|
|
- </image>
|
|
|
+ <dlentry>
|
|
|
+ <dt>Parametry wspólne zakresu danych</dt>
|
|
|
+
|
|
|
+ <dd props="detect_Y.all">
|
|
|
+ <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__assign__id">
|
|
|
+ <xsl:with-param name="fileindex" select="$fileindex"/>
|
|
|
+ <xsl:with-param name="system_cache__dita:element__x3A__name">dd</xsl:with-param>
|
|
|
+ <xsl:with-param name="props">detect_Y.all</xsl:with-param>
|
|
|
+ </xsl:call-template>
|
|
|
+ <equation-inline>
|
|
|
+ Osie Y (wszystkie)
|
|
|
</equation-inline>
|
|
|
-
|
|
|
+ <equation-inline>
|
|
|
+ <xsl:call-template name="system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_Y" />
|
|
|
+
|
|
|
+
|
|
|
+ </equation-inline>
|
|
|
+ </dd>
|
|
|
+ <dd props="detect_X.all">
|
|
|
+ <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__assign__id">
|
|
|
+ <xsl:with-param name="fileindex" select="$fileindex"/>
|
|
|
+ <xsl:with-param name="system_cache__dita:element__x3A__name">dd</xsl:with-param>
|
|
|
+ <xsl:with-param name="props">detect_X.all</xsl:with-param>
|
|
|
+ </xsl:call-template>
|
|
|
+ <equation-inline>
|
|
|
+ Osie X
|
|
|
+ </equation-inline>
|
|
|
+ <equation-inline>
|
|
|
+ <xsl:call-template name="system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_X" >
|
|
|
+ <xsl:with-param name="fileindex" select="$fileindex"/>
|
|
|
+ </xsl:call-template>
|
|
|
+ </equation-inline>
|
|
|
+ </dd>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </dlentry>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <xsl:for-each select=".//p5gnuplot:set.graph.separate.outputs.auto">
|
|
|
+ <xsl:variable name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y">
|
|
|
+ <xsl:call-template name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" >
|
|
|
+ <xsl:with-param name="p5gnuplot:value" select="@p5gnuplot:value"/>
|
|
|
+ </xsl:call-template>
|
|
|
+ </xsl:variable>
|
|
|
+ <!--<xsl:variable name="p5gnuplot:simpletable__x3A__graph.stats__x3A__analyze">
|
|
|
+ <xsl:apply-templates mode="p5gnuplot:simpletable__x3A__graph.stats__x3A__analyze" select="doc(p5gnuplot:set.graph.stats.xml($fileindex))">
|
|
|
+ <xsl:with-param name="system_cache__dita:graph.ytics_detect_row" select="$system_cache__dita:graph.ytics_detect_row"/>
|
|
|
+ <xsl:with-param name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" select="$p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y"/>
|
|
|
+ <xsl:with-param name="p5gnuplot:value" select="$p5gnuplot:value"/>
|
|
|
+ </xsl:apply-templates>
|
|
|
+ </xsl:variable>-->
|
|
|
+ <xsl:variable name="test_if_go_row">
|
|
|
+ <test_if_go_row>
|
|
|
+ <xsl:for-each-group select="doc(p5gnuplot:set.graph.stats.xml($fileindex))//p5gnuplot:stats" group-by="parent::*/@props">
|
|
|
+ <ROW>
|
|
|
+ <xsl:attribute name="name" select="name()"/>
|
|
|
+ <xsl:attribute name="props" select="parent::*/@props"/>
|
|
|
+ </ROW>
|
|
|
+ <xsl:choose>
|
|
|
+ <xsl:when test="current-group()[number()]">
|
|
|
+ <NUMBER/>
|
|
|
+ </xsl:when>
|
|
|
+ </xsl:choose>
|
|
|
+ <xsl:variable name="system_cache__dita:graph.ytics_detect_row__x3A__if_current_histogram__x3A__detect">
|
|
|
+
|
|
|
+ <xsl:call-template name="system_cache__dita:graph.ytics_detect_row__x3A__if_current_histogram__x3A__detect">
|
|
|
+ <xsl:with-param name="col" select="parent::*/@col"/>
|
|
|
+ <xsl:with-param name="system_cache__dita:graph.ytics_detect_row" select="$system_cache__dita:graph.ytics_detect_row"/>
|
|
|
+ <xsl:with-param name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" select="$p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y"/>
|
|
|
+ </xsl:call-template>
|
|
|
+
|
|
|
+
|
|
|
+ </xsl:variable>
|
|
|
+ <xsl:choose>
|
|
|
+ <xsl:when test="$system_cache__dita:graph.ytics_detect_row__x3A__if_current_histogram__x3A__detect//@system_cache__dita:graph.ytics_detect_row__x3A__if_current_histogram__x3A__detect and current-group()[number()]">
|
|
|
+ <DATA_AVIABLE/>
|
|
|
+ </xsl:when>
|
|
|
+ </xsl:choose>
|
|
|
+
|
|
|
+ </xsl:for-each-group>
|
|
|
+ </test_if_go_row>
|
|
|
+ </xsl:variable>
|
|
|
+
|
|
|
+
|
|
|
+ <xsl:choose>
|
|
|
+ <xsl:when test="count($test_if_go_row//DATA_AVIABLE) >0 and count($test_if_go_row//NUMBER) >0">
|
|
|
+
|
|
|
|
|
|
+
|
|
|
+ <dlentry props="p5gnuplot.set.graph.separate.outputs.auto">
|
|
|
+ <dt>Raster z wykresem </dt><!--(<xsl:value-of select="count($test_if_go_row//DATA_AVIABLE)"/>/<xsl:value-of select="count($test_if_go_row//NUMBER)"/>/<xsl:value-of select="count($test_if_go_row//ROW)"/>)[<xsl:value-of select="$test_if_go_row//@props"/>]-->
|
|
|
+ <!--<dd><xsl:value-of select="@p5gnuplot:value"/><xsl:text> </xsl:text></dd>-->
|
|
|
+ <dd><equation-inline>
|
|
|
+ <image width="150"
|
|
|
+ href="{p5gnuplot:graph.output.image__x3A__detect__x3A__path(@p5gnuplot:value)}">
|
|
|
+ <xsl:call-template name="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:context.path.keyref__x3A__assign__id">
|
|
|
+ <xsl:with-param name="fileindex" select="$fileindex"/>
|
|
|
+ <xsl:with-param name="p5gnuplot:value" select="@p5gnuplot:value"/>
|
|
|
+ </xsl:call-template>
|
|
|
+ </image>
|
|
|
+ </equation-inline>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ <dd>
|
|
|
+ Opis wykresu
|
|
|
+ </dd>
|
|
|
+ <dd props="rowset.Y.used">
|
|
|
+ <equation-inline>
|
|
|
+ Osie Y (użyte)
|
|
|
+ </equation-inline>
|
|
|
+ <equation-inline>
|
|
|
+ <!--<xsl:call-template name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" >
|
|
|
+ <xsl:with-param name="p5gnuplot:value" select="@p5gnuplot:value"/>
|
|
|
+ </xsl:call-template>-->
|
|
|
+ <xsl:copy-of select="$p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y/p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y/*"/>
|
|
|
+ <xsl:comment>#108 seopa</xsl:comment>
|
|
|
+ <!--<xsl:call-template name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" >
|
|
|
+ <xsl:with-param name="p5gnuplot:value" select="@p5gnuplot:value"/>
|
|
|
+ </xsl:call-template>-->
|
|
|
+ </equation-inline>
|
|
|
+ </dd>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </dlentry>
|
|
|
+
|
|
|
+ </xsl:when>
|
|
|
+ <xsl:otherwise>
|
|
|
+ <xsl:comment>#183 not data</xsl:comment>
|
|
|
+ </xsl:otherwise>
|
|
|
+ </xsl:choose>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
- </dd>
|
|
|
- <dd>
|
|
|
- Opis wykresu
|
|
|
- </dd>
|
|
|
- <dd>
|
|
|
- <equation-inline>
|
|
|
- Osie Y
|
|
|
- </equation-inline>
|
|
|
- <equation-inline>
|
|
|
- <xsl:call-template name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset" >
|
|
|
+
|
|
|
+
|
|
|
+ <xsl:call-template name="p5gnuplot:simpletable__x3A__graph.stats__x3A__analyze">
|
|
|
<xsl:with-param name="p5gnuplot:value" select="@p5gnuplot:value"/>
|
|
|
+ <xsl:with-param name="fileindex" select="$fileindex"/>
|
|
|
+ <xsl:with-param name="system_cache__dita:element__x3A__parent">equation-inline</xsl:with-param>
|
|
|
+ <xsl:with-param name="system_cache__dita:graph.ytics_detect_row" select="$system_cache__dita:graph.ytics_detect_row"/>
|
|
|
+ <xsl:with-param name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" select="$p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y"/>
|
|
|
</xsl:call-template>
|
|
|
- </equation-inline>
|
|
|
- </dd>
|
|
|
- <dd>
|
|
|
- Przeważające wartości
|
|
|
- </dd>
|
|
|
- <dd>
|
|
|
- Przeważające obiekty kontekstowe
|
|
|
- </dd>
|
|
|
- <dd>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <dlentry>
|
|
|
+ <dt>
|
|
|
Powiązania do innych elementów o podobnych cechach
|
|
|
- </dd>
|
|
|
+ </dt>
|
|
|
<dd>
|
|
|
- Wnioski
|
|
|
+ <equation-inline>
|
|
|
+ Wnioski
|
|
|
+ </equation-inline>
|
|
|
</dd>
|
|
|
</dlentry>
|
|
|
</xsl:for-each>
|
|
|
-
|
|
|
+ <dlentry>
|
|
|
+ <dt>
|
|
|
+ Podsumowanie całościowe
|
|
|
+ </dt>
|
|
|
+ <dd>
|
|
|
+ <equation-inline>
|
|
|
+ <xsl:call-template name="p5gnuplot:simpletable__x3A__graph.stats__x3A__analyze">
|
|
|
+ <!--<xsl:with-param name="p5gnuplot:value" select="@p5gnuplot:value"/>-->
|
|
|
+ <xsl:with-param name="fileindex" select="$fileindex"/>
|
|
|
+ <xsl:with-param name="system_cache__dita:element__x3A__parent">equation-inline</xsl:with-param>
|
|
|
+ <xsl:with-param name="system_cache__dita:graph.ytics_detect_row" select="$system_cache__dita:graph.ytics_detect_row"/>
|
|
|
+ <!--<xsl:with-param name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" select="$p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y"/>-->
|
|
|
+ </xsl:call-template>
|
|
|
+
|
|
|
+ </equation-inline>
|
|
|
+ </dd>
|
|
|
+
|
|
|
+ <dd>
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ <dd>
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ </dlentry>
|
|
|
|
|
|
</dl>
|
|
|
</xsl:template>
|
|
|
@@ -84,39 +244,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <xsl:template name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset">
|
|
|
+
|
|
|
+
|
|
|
+ <xsl:template name="system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_Y">
|
|
|
+ <!--<xsl:param name="p5gnuplot:value" required="yes"/>-->
|
|
|
+ <xsl:param name="fileindex" required="yes" tunnel="yes"/>
|
|
|
+ <xsl:comment>#97-117 system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_Y</xsl:comment>
|
|
|
+ <!--<xsl:for-each select="">--><!-- root()//p5gnuplot:set.graph.separate.outputs.auto[@p5gnuplot:value=$p5gnuplot:value] -->
|
|
|
+ <xsl:apply-templates mode="system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_Y" select="doc(p5gnuplot:set.graph.dat.row__x3A__from__ytics.xml($fileindex))"/>
|
|
|
+ <!--</xsl:for-each>-->
|
|
|
+
|
|
|
+ </xsl:template>
|
|
|
+
|
|
|
+
|
|
|
+ <xsl:template mode="system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_Y" match="p5gnuplot:dat.sthead">
|
|
|
+
|
|
|
+ <ph props="p5gnuplot__file.row.y_detect_Y_133"><xsl:if test="count(preceding-sibling::p5gnuplot:dat.sthead) >0">, </xsl:if> <equation-inline props="position"><xsl:value-of select="count(preceding-sibling::p5gnuplot:dat.sthead)+1"/></equation-inline>)</ph>
|
|
|
+ <q props="p5gnuplot__dat.sthead.ytics.row.xml__x3A__detect_Y">
|
|
|
+ <xsl:apply-templates mode="system_cache__dita:localname.translate" select="@system_cache__dita:graph.yaxis.platform"/>
|
|
|
+ </q>
|
|
|
+ <markupname>
|
|
|
+ <xsl:value-of select="@p5gnuplot:value"/>
|
|
|
+ </markupname>
|
|
|
+ </xsl:template>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- XXX --><!-- XXX --><!-- XXX --><!-- XXX --><!-- XXX -->
|
|
|
+
|
|
|
+ <xsl:template name="system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_X">
|
|
|
+ <xsl:param name="fileindex" required="yes" tunnel="yes"/>
|
|
|
+ <xsl:comment>#97 system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_X</xsl:comment>
|
|
|
+ <!--<xsl:for-each select="">--><!-- root()//p5gnuplot:set.graph.separate.outputs.auto[@p5gnuplot:value=$p5gnuplot:value] -->
|
|
|
+ <xsl:apply-templates mode="system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_X" select="doc(p5gnuplot:set.graph.dat.row__x3A__from__ytics.xml($fileindex))"/>
|
|
|
+ <!--</xsl:for-each>-->
|
|
|
+
|
|
|
+ </xsl:template>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <xsl:template mode="system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_X system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_Y" match="*">
|
|
|
+ <!--<xsl:comment>#111 matched X n/=<xsl:value-of select="name()"/></xsl:comment>-->
|
|
|
+ <xsl:apply-templates mode="#current"/>
|
|
|
+ </xsl:template>
|
|
|
+
|
|
|
+ <xsl:template mode="system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_X" match="p5gnuplot:dat.sthead.ytics.row">
|
|
|
+
|
|
|
+ <ph props="p5gnuplot__dat.sthead.ytics.row_163_cnt"><xsl:if test="count(preceding::p5gnuplot:dat.sthead.ytics.row) >0">, </xsl:if><equation-inline props="position"><xsl:value-of select="count(preceding::p5gnuplot:dat.sthead.ytics.row)+1"/></equation-inline>) </ph>
|
|
|
+ <q props="p5gnuplot__dat.sthead.ytics.row_163">
|
|
|
+ <xsl:apply-templates mode="system_cache__dita:localname.translate" select="@system_cache__dita:graph.xaxis.platform"/>
|
|
|
+ </q>
|
|
|
+ <ph props="p5gnuplot__dat.sthead.ytics.row_199_props">
|
|
|
+ <xsl:apply-templates mode="system_cache__dita:localname.translate" select="@system_cache__dita:graph.xaxis.props"/>
|
|
|
+ </ph>
|
|
|
+ <markupname>
|
|
|
+ <xsl:value-of select="@p5gnuplot:value"/>
|
|
|
+ </markupname>
|
|
|
+ </xsl:template>
|
|
|
+
|
|
|
+ <xsl:template mode="system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_X system_cache__dita:graph.dat.row__x3A__from__ytics.xml__x3A__detect_Y" match="text()|comment()"/>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!-- NEW --><!-- NEW --><!-- NEW --><!-- NEW --><!-- NEW -->
|
|
|
+
|
|
|
+ <xsl:template name="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y">
|
|
|
<xsl:param name="p5gnuplot:value" required="yes"/>
|
|
|
<xsl:comment>#68 p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset</xsl:comment>
|
|
|
<!--<xsl:for-each select="">--><!-- root()//p5gnuplot:set.graph.separate.outputs.auto[@p5gnuplot:value=$p5gnuplot:value] -->
|
|
|
- <xsl:apply-templates mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset" select="root()//*[p5gnuplot:set.graph.separate.outputs.auto[@p5gnuplot:value=$p5gnuplot:value]]"/>
|
|
|
+ <p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y>
|
|
|
+ <xsl:apply-templates mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" select="root()//*[p5gnuplot:set.graph.separate.outputs.auto[@p5gnuplot:value=$p5gnuplot:value]]">
|
|
|
+ <xsl:with-param name="p5gnuplot:value" select="$p5gnuplot:value"/>
|
|
|
+ </xsl:apply-templates>
|
|
|
+ </p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y>
|
|
|
<!--</xsl:for-each>-->
|
|
|
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
|
- <xsl:template mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset" match="text()|comment()"/>
|
|
|
+ <xsl:template mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" match="text()|comment()"/>
|
|
|
|
|
|
- <xsl:template mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset" match="*">
|
|
|
+ <xsl:template mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" match="*">
|
|
|
+ <xsl:param name="p5gnuplot:value" required="yes"/>
|
|
|
<!--<xsl:copy>-->
|
|
|
<!--<xsl:copy-of select="@*"/>-->
|
|
|
- <xsl:apply-templates mode="#current"/>
|
|
|
+ <xsl:apply-templates mode="#current">
|
|
|
+ <xsl:with-param name="p5gnuplot:value" select="$p5gnuplot:value"/>
|
|
|
+ </xsl:apply-templates>
|
|
|
<!--</xsl:copy>-->
|
|
|
</xsl:template>
|
|
|
|
|
|
- <xsl:template match="p5gnuplot:file.row.y" mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset">
|
|
|
- <ph props="p5gnuplot__file.row.y"> <xsl:value-of select="@p5gnuplot:value"/></ph>
|
|
|
+ <xsl:template match="p5gnuplot:file.row.y" mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y">
|
|
|
+ <xsl:param name="p5gnuplot:value" required="yes"/>
|
|
|
+ <foreign audience="{@audience}">
|
|
|
+ <varname props="col"><xsl:value-of select="@col"/></varname>
|
|
|
+ <varname props="position"><xsl:value-of select="count(preceding::p5gnuplot:file.row.y[preceding::p5gnuplot:set.graph.separate.outputs.auto[@p5gnuplot:value=$p5gnuplot:value]])+1"/></varname>
|
|
|
+ <varname props="current-grouping-key"><xsl:value-of select="@current-grouping-key"/></varname>
|
|
|
+ <varname props="group"><xsl:value-of select="@group"/></varname>
|
|
|
+ <varname props="system_cache__dita:graph.ytics_detect_row"><xsl:value-of select="@system_cache__dita:graph.ytics_detect_row"/></varname>
|
|
|
+ </foreign>
|
|
|
+
|
|
|
+ <ph props="p5gnuplot__file.row.y_241"><xsl:if test="count(preceding::p5gnuplot:file.row.y[preceding::p5gnuplot:set.graph.separate.outputs.auto[@p5gnuplot:value=$p5gnuplot:value]])>0">, </xsl:if><xsl:value-of select="@col"/>) </ph>
|
|
|
+ <!--<tt>
|
|
|
+ <xsl:value-of select="@p5gnuplot:value"/>
|
|
|
+ </tt>-->
|
|
|
</xsl:template>
|
|
|
- <xsl:template match="p5gnuplot:set.logscale.y1[not(preceding::p5gnuplot:set.logscale.y1)]" mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset">
|
|
|
- <ph props="p5gnuplot__set.logscale.y1"><tt>oś Y1 logarytmiczna</tt></ph>
|
|
|
+ <xsl:template match="p5gnuplot:set.logscale.y1[not(preceding::p5gnuplot:set.logscale.y1)]" mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y">
|
|
|
+ <ph props="p5gnuplot__set.logscale.y1">, <tt>oś Y1 logarytmiczna</tt> </ph>
|
|
|
</xsl:template>
|
|
|
- <xsl:template match="p5gnuplot:set.logscale.y2[not(preceding::p5gnuplot:set.logscale.y2)]" mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset">
|
|
|
- <ph props="p5gnuplot__set.logscale.y2"><tt>oś Y2 logarytmiczna</tt></ph>
|
|
|
+ <xsl:template match="p5gnuplot:set.logscale.y2[not(preceding::p5gnuplot:set.logscale.y2)]" mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y">
|
|
|
+ <ph props="p5gnuplot__set.logscale.y2">, <tt> oś Y2 logarytmiczna </tt> </ph>
|
|
|
</xsl:template>
|
|
|
|
|
|
- <xsl:template match="p5gnuplot:current-grouping-key.xtics" mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset">
|
|
|
- <ph props="p5gnuplot.current-grouping-key.xtics">
|
|
|
- <xsl:apply-templates mode="system_cache__dita:localname.translate" select="@*"/>
|
|
|
- </ph>
|
|
|
+
|
|
|
+ <xsl:template match="p5gnuplot:current-grouping-key.xtics" mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y"/>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <xsl:template match="system_cache__dita:graph.yaxis.platform" mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y">
|
|
|
+ <q props="p5gnuplot.current-grouping-key.xtics">
|
|
|
+ <xsl:apply-templates mode="system_cache__dita:localname.translate" select="@system_cache__dita:graph.yaxis.platform"/>
|
|
|
+ </q>
|
|
|
<!--<tt><xsl:value-of select="."/></tt>-->
|
|
|
</xsl:template>
|
|
|
|
|
|
@@ -139,7 +386,7 @@
|
|
|
</xsl:copy>
|
|
|
</xsl:template>-->
|
|
|
|
|
|
- <xsl:template mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset" match="p5gnuplot:set.graph.separate.outputs.auto">
|
|
|
+ <xsl:template mode="p5gnuplot:simpletable__x3A__from_rows.xsl.dita__x3A__detect__x3A__rowset.Y" match="p5gnuplot:set.graph.separate.outputs.auto">
|
|
|
<xsl:comment>#88-B found self bypass recurse</xsl:comment>
|
|
|
</xsl:template>
|
|
|
|