|
|
@@ -150,6 +150,7 @@
|
|
|
<xsl:template name="system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object">
|
|
|
<xsl:param name="system_cache__dita__x3A__svg:cursor" required="yes"/>
|
|
|
<xsl:param name="id" required="yes"/>
|
|
|
+ <xsl:param name="system_cache__dita__x3A__svg:plot__x3A__order" select="1"/>
|
|
|
<xsl:param name="system_cache__dita__x3A__svg:resolution.coordinate.region" required="yes"/>
|
|
|
<xsl:param name="system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.Xdata" />
|
|
|
<xsl:param name="system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.Ydata" />
|
|
|
@@ -189,6 +190,7 @@
|
|
|
|
|
|
<xsl:apply-templates mode="system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object" select="$system_cache__dita__x3A__svg:cursor">
|
|
|
<xsl:with-param name="id" select="$id" tunnel="yes"/>
|
|
|
+ <xsl:with-param name="system_cache__dita__x3A__svg:plot__x3A__order" select="$system_cache__dita__x3A__svg:plot__x3A__order" tunnel="yes"/>
|
|
|
<xsl:with-param name="system_cache__dita__x3A__svg:resolution.coordinate.region" select="$system_cache__dita__x3A__svg:resolution.coordinate.region" tunnel="yes"/>
|
|
|
<xsl:with-param name="system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.template" select="$system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.template" tunnel="yes" />
|
|
|
<xsl:with-param name="system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.Xdata" select="$system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.Xdata" tunnel="yes" />
|
|
|
@@ -258,6 +260,7 @@
|
|
|
</xsl:template>
|
|
|
|
|
|
<xsl:template name="system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object__x3A__append">
|
|
|
+ <xsl:param name="system_cache__dita__x3A__svg:plot__x3A__order" tunnel="yes"/>
|
|
|
<xsl:param name="system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.Xdata" tunnel="yes"/>
|
|
|
<xsl:param name="system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.Ydata" tunnel="yes"/>
|
|
|
<xsl:param name="system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.template" tunnel="yes"/>
|
|
|
@@ -295,6 +298,9 @@
|
|
|
<xsl:param name="system_cache__dita__x3A__svg:data.x2.label" tunnel="yes"/>
|
|
|
|
|
|
<system_cache__dita__x3A__svg:cursor.commit.instream-foreign-object>
|
|
|
+ <xsl:if test="$system_cache__dita__x3A__svg:plot__x3A__order">
|
|
|
+ <xsl:attribute name="system_cache__dita__x3A__svg:plot__x3A__order" select="$system_cache__dita__x3A__svg:plot__x3A__order"/>
|
|
|
+ </xsl:if>
|
|
|
<xsl:if test="$system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.Xdata">
|
|
|
<xsl:attribute name="system_cache__dita__x3A__svg:Xdata" select="$system_cache__dita__x3A__svg:cursor.commit.region.instream-foreign-object.Xdata"/>
|
|
|
</xsl:if>
|