[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: xsl variable not resolved in javascript output aga

Subject: RE: xsl variable not resolved in javascript output again
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Thu, 19 May 2005 13:13:34 +0000
javascript output to file
You do realize that as an alternative to having the XSL generate the entire function, it could simply emit javascript variables, and a linked js file could use those variables in its machinations. Something like:

XSL output (in head section):

<script>
 var g_msg = 'hello world';
</script>

Linked js file:

function sayHello() {
 alert( g_msg );
}


Regards,


--A

From: "Annmarie Rubin (anrubin)" <anrubin@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
CC: "Annmarie Rubin (anrubin)" <anrubin@xxxxxxxxx>
Subject: RE:  xsl variable not resolved in javascript output again
Date: Thu, 19 May 2005 06:06:25 -0700

David,

Good suggestion.  The syntax for escaping the angle brackets when not
using the CDATA section was pretty tricky. This is what finally worked:

Ann Marie


<xsl:comment> function showbook() { var showframeURL = '<xsl:value-of select="$__Frameset_File_Name_token"/>' + "?" + document.URL; <![CDATA[ var hideframeURL = unescape(document.URL);

   if (window.self == top)
      {
 document.write("<a href='" + showframeURL + "' title='Show table of
contents and index'><font face='verdana, arial, helvetica, sans serif'
size='1'>Show Book</font></a>");
}

else
{
 document.write("<a href='" + hideframeURL + "' target='_top'
title='Hide table of contents and index'><font face='verdana, arial,
helvetica, sans serif' size='1'>Hide Book</font></a>");
}
   }
  showbook();

//]]></xsl:comment>
 </script>

_________________________________________________________________
Dont just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.