Many changes, principally dealing with composite primary keys and foreign entities.

This commit is contained in:
sb 2008-02-06 17:24:53 +00:00
parent d61f36c13d
commit 7f5585d492
4 changed files with 205 additions and 70 deletions

View file

@ -9,8 +9,8 @@
Transform ADL into velocity view templates
$Author: sb $
$Revision: 1.1 $
$Date: 2008-01-31 17:06:35 $
$Revision: 1.2 $
$Date: 2008-02-06 17:24:53 $
-->
<!-- WARNING WARNING WARNING: Do NOT reformat this file!
Whitespace (or lack of it) is significant! -->
@ -31,7 +31,7 @@
stored to CVS -->
<xsl:variable name="transform-rev1"
select="substring( '$Revision: 1.1 $', 11)"/>
select="substring( '$Revision: 1.2 $', 11)"/>
<xsl:variable name="transform-revision"
select="substring( $transform-rev1, 0, string-length( $transform-rev1) - 1)"/>
@ -45,6 +45,9 @@
</output>
</xsl:template>
<xsl:template match="entity[@foreign='true']"/>
<!-- Don't bother generating anything for foreign entities -->
<xsl:template match="entity">
<xsl:apply-templates select="form"/>
<xsl:apply-templates select="list"/>