diff options
author | sarangsingh29 | 2016-07-18 23:37:12 +0530 |
---|---|---|
committer | sarangsingh29 | 2016-07-18 23:37:12 +0530 |
commit | fad3bfd3e5c43277654e38578e40fd8a33c41079 (patch) | |
tree | c718f05063a92a5621263275b5367b285fd71d8d /finalmodsheet.xsl | |
parent | 623f4797aaf29222aab9d9a44d7c2f8d09622d1f (diff) | |
download | xcos-on-web-fad3bfd3e5c43277654e38578e40fd8a33c41079.tar.gz xcos-on-web-fad3bfd3e5c43277654e38578e40fd8a33c41079.tar.bz2 xcos-on-web-fad3bfd3e5c43277654e38578e40fd8a33c41079.zip |
Corrected 'nmae' bug in the stylesheet
Diffstat (limited to 'finalmodsheet.xsl')
-rw-r--r-- | finalmodsheet.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finalmodsheet.xsl b/finalmodsheet.xsl index 35bcf08..c5919f9 100644 --- a/finalmodsheet.xsl +++ b/finalmodsheet.xsl @@ -200,7 +200,7 @@ Look for TAG:Break1!!! --> <xsl:template name="Array" match="Array"> <xsl:element name="Array"> - <xsl:if test="name(..)='BasicBlock' or @as='context' or name(..)='AfficheBlock' or name(..)='BigSom' or name(..)='RoundBlock' or name(..)='GroundBlock' or name(..)='EventInBlock' or name(..)='EventOutBlock' or name(..)='ImplicitInBlock' or name(..)='Product' or name(..)='ImplicitOutBlock' or name(..)='SuperBlock' or name(..)='ExplicitInBlock' or name(..)='ExplicitOutBlock' or name(..)='Summation' or name(..)='TextBlock' or nmae(..)='VoltageSensorBlock' or name(..)='SuperBlock'"> + <xsl:if test="name(..)='BasicBlock' or @as='context' or name(..)='AfficheBlock' or name(..)='BigSom' or name(..)='RoundBlock' or name(..)='GroundBlock' or name(..)='EventInBlock' or name(..)='EventOutBlock' or name(..)='ImplicitInBlock' or name(..)='Product' or name(..)='ImplicitOutBlock' or name(..)='SuperBlock' or name(..)='ExplicitInBlock' or name(..)='ExplicitOutBlock' or name(..)='Summation' or name(..)='TextBlock' or name(..)='VoltageSensorBlock' or name(..)='SuperBlock'"> <xsl:if test="@as"> <xsl:attribute name="as"> <xsl:value-of select="@as" /> |