rubys 01/09/21 18:02:41
Modified: proposal/gump/stylesheet bash.xsl win2k.xsl
Log:
Prevent browsers from eating content which contains square brackets.
Revision Changes Path
1.42 +2 -2 jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
Index: bash.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- bash.xsl 2001/09/20 14:03:21 1.41
+++ bash.xsl 2001/09/22 01:02:41 1.42
@@ -254,7 +254,7 @@
<!-- =================================================================== -->
<xsl:template match="logic">
- <xsl:text>eval "echo \<pre\> $OUT" </xsl:text>
+ <xsl:text>eval "echo \<XMP\> $OUT" </xsl:text>
<xsl:text>fi </xsl:text>
<xsl:text> if test $</xsl:text>
@@ -265,7 +265,7 @@
<xsl:text>fi </xsl:text>
<xsl:text> if test $all; then </xsl:text>
- <xsl:text>eval "echo \</pre\> $OUT" </xsl:text>
+ <xsl:text>eval "echo \</XMP\> $OUT" </xsl:text>
</xsl:template>
1.16 +2 -2 jakarta-alexandria/proposal/gump/stylesheet/win2k.xsl
Index: win2k.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/win2k.xsl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- win2k.xsl 2001/09/20 14:03:21 1.15
+++ win2k.xsl 2001/09/22 01:02:41 1.16
@@ -223,7 +223,7 @@
<!-- =================================================================== -->
<xsl:template match="logic">
- <xsl:text>echo ^<pre^> %OUT% </xsl:text>
+ <xsl:text>echo ^<XMP^> %OUT% </xsl:text>
<xsl:text>:</xsl:text>
<xsl:value-of select="@name"/>
@@ -232,7 +232,7 @@
<xsl:apply-templates/>
<xsl:text>if not "%1"=="all" goto eoj </xsl:text>
- <xsl:text>echo ^</pre^> %OUT% </xsl:text>
+ <xsl:text>echo ^</XMP^> %OUT% </xsl:text>
<xsl:text>:end_</xsl:text>
<xsl:value-of select="@name"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]