Subject: Re: 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
|