Re: XSL, Javascript

Subject: Re: XSL, Javascript
From: John Gethoefer <johng@xxxxxxxxxxxxx>
Date: Mon, 31 Jul 2000 09:23:07 -0700
Your CDATA section should not have xsl statements within it. try wrapping CDATA
sections around it like this:

> XSl file:
>
> <?xml version="1.0"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
>
> <xsl:template match="/">
> <HTML>
> <HEAD>
> <LINK REL="stylesheet" HREF="http://sdangel03/glueconfig/styles.css"; />
> <script language="Javascript"><![CDATA[
> function selbox() {
>
> var var1= window.document.formAirPort.listAirPort;
> if(var1.value == 'xxx') {
>
> document.write(']]><xsl:apply-templates select=".//locationx" /><![CDATA[');
>
> }
>
> if(var1.value == 'yyy') {
>
> document.write(']]><xsl:apply-templates select=".//locationy" /><![CDATA[');
>
> }
> }
>  ]]></script>
>  </HEAD>
> <BODY>

-johnG
Portland, OR
USA


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread