diff options
author | Maverick | 2016-06-08 16:17:11 +0530 |
---|---|---|
committer | Maverick | 2016-06-08 16:17:11 +0530 |
commit | fa68d3caeb1cb35a7e74b113a73634761e0214e5 (patch) | |
tree | 96725ebda294a393bcba6adf9f635baeda046ba8 /finalmodsheet.xsl | |
parent | 6e5a67fab9d1ffef731b0dfda0d29b4baf9c704f (diff) | |
download | xcos-on-web-fa68d3caeb1cb35a7e74b113a73634761e0214e5.tar.gz xcos-on-web-fa68d3caeb1cb35a7e74b113a73634761e0214e5.tar.bz2 xcos-on-web-fa68d3caeb1cb35a7e74b113a73634761e0214e5.zip |
Integrated the XSL transformation with the HTML file
Diffstat (limited to 'finalmodsheet.xsl')
-rw-r--r-- | finalmodsheet.xsl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/finalmodsheet.xsl b/finalmodsheet.xsl index 80eebac..679221c 100644 --- a/finalmodsheet.xsl +++ b/finalmodsheet.xsl @@ -49,15 +49,15 @@ Look for TAG:Break1!!! <xsl:call-template name="CommandPort" /> </xsl:when> <xsl:otherwise> - <!-- Maverick --> - <!-- TAG:Break1 - This line has been commented because Javascript was having - some problem with the function call. + <!-- Maverick --> + <!-- TAG:Break1 + This line has been commented because Javascript was having + some problem with the function call. - Commenting doesn't bring any change to the result now, but - may cause some problems in the future. - --> - <!-- <xsl:apply-templates select="name(*[1])"/> --> + Commenting doesn't bring any change to the result now, but + may cause some problems in the future. + --> + <!-- <xsl:apply-templates select="name(*[1])"/> --> </xsl:otherwise> </xsl:choose> </xsl:when> |