[
Lists Home |
Date Index |
Thread Index
]
peter murray-rust wrote:
> - I cannot send a client an XML document and an XSLT stylesheet and
> expect them to process it without further instructions dependent on
> their environment.
I don't think this is true any more. The only current browser I know of
that doesn't support XSLT is lynx. Perhaps an important one, so two
questions:
1. Besides lynx, which other browsers do not support XSLT?
2. Is lynx stopping you from sending XML+XSLT to browsers?
If the answer to 1 is "none" and the answer to 2 is "Yes", then what's
really needed is an effort to add XSLT to lynx. Shouldn't actually be
that hard. We just need to transform the document and then pass it into
lynx's regular HTML renderer.
--
Elliotte Rusty Harold elharo@metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/
|