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.
1 parent 6a443e7 commit dc48ee0Copy full SHA for dc48ee0
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