Closed SanFanDocu closed 7 years ago
I changed the <xsl:text>
to use the doctales:getString
method
Before
<xsl:text>', arrows: 'to', label: 'is part of'},</xsl:text>
After
<xsl:text>', arrows: 'to', label: '</xsl:text>
<xsl:value-of select="doctales:getString($language, 'Is Part Of')"/>
Solution: Update file: org.doctales.terminology/xsl/terminology2semanticnet.xsl go to:
change order of
value-of
elements to: