xsl-list
[Top] [All Lists]

Re: output javascript braces not avt

2002-09-10 05:01:45
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



<Prev in Thread] Current Thread [Next in Thread>