|
|
@@ -78,11 +78,10 @@
|
|
|
|
|
|
<!-- fields -->
|
|
|
<xsl:for-each select="Datasource/Tablesource/Column">
|
|
|
- <xsl:variable name="tableName"
|
|
|
- select="substring-after(../@databaseIdentifier,'.')" />
|
|
|
+ <xsl:variable name="tableNameAlias" select="../@alias" />
|
|
|
<field>
|
|
|
<xsl:attribute name="name"><xsl:value-of
|
|
|
- select="concat($tableName,'.',@name)" /></xsl:attribute>
|
|
|
+ select="concat($tableNameAlias,'.',@name)" /></xsl:attribute>
|
|
|
<xsl:attribute name="class">
|
|
|
<xsl:call-template name="typeToClass">
|
|
|
<xsl:with-param name="type">
|