| Subject: Re: [xsl] output javascript braces not avt From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx> Date: Tue, 10 Sep 2002 13:01:45 +0100 | 
Hi Andrew,
> What is the preferred method for including javascript braces, such that
>
> <body onload="if (true) { alert('foo'); alert('bar') }">
>
> doesn't get interpreted as an AVT?
The easiest thing is to escape them by doubling them up:
  <body onload="if (true) {{ alert('foo'); alert('bar') }}">
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] output javascript braces not , Andrew Welch | Thread | Re: [xsl] output javascript braces , Carsten Klein | 
| [xsl] encoding and XSL Transformati, Earl Bingham | Date | Re: [xsl] output javascript braces , Carsten Klein | 
| Month |