diff xslt/model.xsl @ 4:d240adc2ac70

sync
author cin
date Thu, 01 Mar 2018 16:53:23 +0300
parents 437127ab6a12
children 1f4009d4afb6
line wrap: on
line diff
--- a/xslt/model.xsl	Wed Feb 28 02:10:29 2018 +0300
+++ b/xslt/model.xsl	Thu Mar 01 16:53:23 2018 +0300
@@ -173,7 +173,7 @@
 		<xsl:apply-templates mode="process-member"/>
 	</xsl:template>
 	
-	<xsl:template match="m:hasA[@type]/m:thisKey" mode="process-member">
+	<xsl:template match="m:hasA[@type]/m:thisKey" mode="foreign-key">
 		<xsl:variable name="foreignPrimaryKey">
 			<xsl:call-template name="getPrimaryKey">
 				<xsl:with-param name="type" select="../@type"/>