Skip to content

Commit

Permalink
review change saved version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Feb 20, 2025
1 parent a28c3cc commit 761bcdf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/html-conventions-lib/generalization-html-conventions.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,16 @@

<xsl:variable name="associationsBoundsClassNames" as="xs:string*">
<xsl:sequence select="(
$targetConnector/source/model/@name,
$targetConnector/target/model/@name,
$sourceConnector/source/model/@name,
$sourceConnector/target/model/@name
$targetConnectorSource,
$targetConnectorTarget,
$sourceConnectorSource,
$sourceConnectorTarget
)"/>
</xsl:variable>

<xsl:variable name="distinctNames" select="distinct-values($allNames)" as="xs:string*"/>
<xsl:variable name="distinctClassNames" select="distinct-values($associationsBoundsClassNames)" as="xs:string*"/>

<xsl:if test="not(count($allNames) = count($distinctNames))">
<xsl:if test="not(count($associationsBoundsClassNames) = count($distinctClassNames))">


<xsl:sequence
Expand Down

0 comments on commit 761bcdf

Please sign in to comment.