We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a443e7 + dc48ee0 commit 91486d5Copy full SHA for 91486d5
1 file changed
Resources/xsl/doctrine-mapping.xsl
@@ -29,8 +29,8 @@
29
<xsl:template match='object'>
30
<xsl:element name='entity' namespace='http://doctrine-project.org/schemas/orm/doctrine-mapping'>
31
<xsl:attribute name='name'><xsl:value-of select='$objectNamespace'/><xsl:value-of select='@name'/></xsl:attribute>
32
- <xsl:apply-templates select='self::node()' mode='entityIdentifier'/>
33
<xsl:apply-templates select='orm' mode='tableAttribute'/>
+ <xsl:apply-templates select='self::node()' mode='entityIdentifier'/>
34
<xsl:apply-templates select='fields/field'/>
35
<xsl:apply-templates select='fields/field' mode='fieldEntityReference'/>
36
<xsl:apply-templates select='orm/inverse-reference' mode='inverseReferences'/>
0 commit comments