|
Subject: [xsl] including javascript?? From: "Marcus Klinge" <klinge@xxxxxxxxxxxxxxx> Date: Fri, 6 Apr 2001 11:49:20 +0200 |
Hi there.
I am currently sitting on a project that involves including javascript into
the output HTML file.
Sadly, my XSL does not seem to work properly.
My code goes like this:
<xsl:template name="javascript_head">
<xsl:choose>
<xsl:when test="number(NAVIGATION/KAPITEL)=1">
<script language="JavaScript">
<xsl:comment>
if (top.location != window.location){top.location =
window.location;}
//
</xsl:comment>
</script>
<script language="JavaScript" src="../_nav/navmap1.js"
type="text/javascript"/>
<script language="JavaScript" src="../_nav/big.js"
type="text/javascript"/>
</xsl:when>
</xsl:choose>
</xsl:template>
What am I doing wrong (as obviously I am)?
Marcus Klinge
Web Producing
----------------------
Karzauninkat Webdesign
Barner Strasse 14
22765 Hamburg
Tel: 040 39834 771
Fax: 040 39834 779
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] MSXML, xsl:copy, XML Outp, David Carlisle | Thread | RE: [xsl] including javascript??, Chris Bayes |
| Re: [xsl] MSXML, xsl:copy, XML Outp, David Carlisle | Date | RE: [xsl] including javascript??, Chris Bayes |
| Month |