[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Re: Un-cdata-section-elements


Subject: Re: [xsl] Re: Un-cdata-section-elements
From: "Nick Fitzsimons" <nick@xxxxxxxxxxxxxx>
Date: Wed, 22 Mar 2006 10:36:57 -0000 (GMT)

> It's usually easy enough to avoid these characters in javascript
> anyway. & isn't used much and you can usually use > instead of < just by
> reordering the expression.
>
> David
>

"& isn't used much"??? Given that the Boolean AND operator in JS is "&&",
I use it a lot. (I'll admit that I'm unusual amongst JS programmers in
finding a use for the bitwise AND operator "&", but that's just the
assembly language programmer in me bubbling to the surface.)

Cheers,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/


Current Thread