xsl-list
[Top] [All Lists]

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

2006-03-22 03:37:11
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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