[Fresco-devel] Re: [Fresco-changes] web/hosts/issues/html Makefile.in,1.16,1.17 help.xsl,1.4,1.5 issues.js,1.2,1.3

Nick Lewycky <[email protected]> Thu, 04 Sep 2003 08:57:36 -0400
Newsgroups gmane.comp.video.fresco.devel
Message-ID <[email protected]>
Tobias,
I'm not sure you really want this hunk:

> Index: help.xsl
> ===================================================================
> RCS file: /cvs/fresco/web/hosts/issues/html/help.xsl,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -d -r1.4 -r1.5
> --- help.xsl	21 Oct 2002 01:16:40 -0000	1.4
> +++ help.xsl	4 Sep 2003 12:46:33 -0000	1.5
> @@ -16,9 +16,7 @@
>    <xsl:variable name="head">
>      <link rel="stylesheet" type="text/css" href="_file/issues.css"/>
>      <link rel="stylesheet" type="text/css" href="_file/default.css"/>
> -    <![CDATA[
>      <script type="text/javascript" language="javascript" src="_file/issues.js"></script>
> -]]>
>    </xsl:variable>
>  
>    <xsl:template match="*">

The problem being that xsltproc will reduce the script tag into the form 
of <script /> which breaks browsers such as Opera or IE6. Unless 
xsltproc on purcel has been upgraded since we last tried, you just 
removed the fix to bug119.

Nick