|
|
@@ -83,6 +83,9 @@
|
|
|
<sort>
|
|
|
<xsl:value-of select="@sort" />
|
|
|
</sort>
|
|
|
+ <dataIndex>
|
|
|
+ <xsl:value-of select="@dataindex" />
|
|
|
+ </dataIndex>
|
|
|
<render>
|
|
|
<xsl:value-of select="@rendername" />
|
|
|
</render>
|
|
|
@@ -168,6 +171,9 @@
|
|
|
<xtype>
|
|
|
<xsl:value-of select="@xtype" />
|
|
|
</xtype>
|
|
|
+ <xfields>
|
|
|
+ <xsl:value-of select="@xfields" />
|
|
|
+ </xfields>
|
|
|
<ytitle>
|
|
|
<xsl:value-of select="@ytitle" />
|
|
|
</ytitle>
|