diff options
author | Suchita Lad | 2024-12-26 15:39:06 +0530 |
---|---|---|
committer | Suchita Lad | 2024-12-26 15:39:06 +0530 |
commit | 0620e9ccd9632c0bae017f0f15f12e0d6ef71736 (patch) | |
tree | bbf05d8e7db04d1ed429ab7036bf315199603d99 | |
parent | 07268b85aa44b4ba67c71c7006c52d1675c6352d (diff) | |
download | Common-Interface-Project-0620e9ccd9632c0bae017f0f15f12e0d6ef71736.tar.gz Common-Interface-Project-0620e9ccd9632c0bae017f0f15f12e0d6ef71736.tar.bz2 Common-Interface-Project-0620e9ccd9632c0bae017f0f15f12e0d6ef71736.zip |
Updated ExplicitLink for to resolve diff between y value
-rw-r--r-- | blocks/xcos2xml/links/ExplicitLink.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks/xcos2xml/links/ExplicitLink.xsl b/blocks/xcos2xml/links/ExplicitLink.xsl index 7d4e3bee..d20c05e4 100644 --- a/blocks/xcos2xml/links/ExplicitLink.xsl +++ b/blocks/xcos2xml/links/ExplicitLink.xsl @@ -43,7 +43,7 @@ </xsl:choose> </xsl:attribute> <xsl:attribute name="CellType">Unknown</xsl:attribute> - <xsl:copy-of select="node()"/> + <xsl:apply-templates /> <Object as="parameter_values"/> <Object as="displayProperties"/> </mxCell> |