Mainly changes to MS-SQL generation

This commit is contained in:
sb 2008-07-10 09:55:30 +00:00
parent 62168723e1
commit 83f163bb60
2 changed files with 23 additions and 15 deletions

View file

@ -116,7 +116,7 @@
</a>
</xsl:when>
<xsl:when test="@type = 'link'">
to entity of type <a>
(many to many) to entities of type <a>
<xsl:attribute name="href">
<xsl:value-of select="concat( '#entity-', @entity)"/>
</xsl:attribute>
@ -124,7 +124,7 @@
</a>
</xsl:when>
<xsl:when test="@type = 'list'">
of entities of type <a>
(one to many) of entities of type <a>
<xsl:attribute name="href">
<xsl:value-of select="concat( '#entity-', @entity)"/>
</xsl:attribute>