|
|
@@ -83,9 +83,6 @@
|
|
|
<sort>
|
|
|
<xsl:value-of select="@sort" />
|
|
|
</sort>
|
|
|
- <dataIndex>
|
|
|
- <xsl:value-of select="@dataindex" />
|
|
|
- </dataIndex>
|
|
|
<render>
|
|
|
<xsl:value-of select="@rendername" />
|
|
|
</render>
|
|
|
@@ -108,7 +105,7 @@
|
|
|
<xsl:call-template name="barOrLine">
|
|
|
<xsl:with-param name="type">
|
|
|
<!-- 不直接输出字符串,是因为有空格的问题 -->
|
|
|
- <xsl:value-of select="concat('bar')" />
|
|
|
+ <xsl:value-of select="concat('bar', '')" />
|
|
|
</xsl:with-param>
|
|
|
</xsl:call-template>
|
|
|
</xsl:for-each>
|
|
|
@@ -118,7 +115,7 @@
|
|
|
<xsl:call-template name="barOrLine">
|
|
|
<xsl:with-param name="type">
|
|
|
<!-- 不直接输出字符串,是因为有空格的问题 -->
|
|
|
- <xsl:value-of select="concat('line')" />
|
|
|
+ <xsl:value-of select="concat('line', '')" />
|
|
|
</xsl:with-param>
|
|
|
</xsl:call-template>
|
|
|
</xsl:for-each>
|
|
|
@@ -171,9 +168,6 @@
|
|
|
<xtype>
|
|
|
<xsl:value-of select="@xtype" />
|
|
|
</xtype>
|
|
|
- <xfields>
|
|
|
- <xsl:value-of select="@xfields" />
|
|
|
- </xfields>
|
|
|
<ytitle>
|
|
|
<xsl:value-of select="@ytitle" />
|
|
|
</ytitle>
|