This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: output javascript braces not avt


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]