[
Lists Home |
Date Index |
Thread Index
]
Joshua Allen wrote:
> The most annoying inconsistency with XSLT in-browser is the lack of
> consistent support for disable-output-escaping. Admittedly d-o-e is a
> hack, but it's murder trying to work without it.
Really? So far I have never had to use D-O-E, even for producing
extensive javascript in the browser. What's an example where it was
murder to work without it?
My usual approach is to try to write the stylesheet so that it could
work either at the server or at the browser, and to have it produce good
cross-platform html + javascript. Natually you can't take advantage of
some of the nifty features in IE that way, but I deliberately stay away
from them anyway (I use Mozilla/Firefox myself, after all!).
Cheers,
Tom P
--
Thomas B. Passin
Explorer's Guide to the Semantic Web (Manning Books)
http://www.manning.com/catalog/view.php?book=passin
|