Hi Roman, On Tue, Feb 18, 2003 at 03:47:49PM +0300, Roman Petrov wrote: > What about client side XSL transformation support in the Maverick? > I think it should be useful for intranet-like systems where users > can be forced to install IE6/Netscape7/Mozilla.
Client-side XSLT is pretty cool. > Proposed way for all Views together: > > <transform-factory type="xslt" >provider="org.infohazard.maverick.transform.XSLTransformFactory"> > <default-output-type value="text/html"/> > <!-- default to false --> > <client-side-transform value="true"/> > </transform-factory> Does Maverick need to support client-side XSLT explicitly? I'm doing it now, using the current Maverick. You just need a server-side XSLT that applies the stylesheet processing instruction to the XML before sending it to the browser. The client-side XSLT's and CSS's can be served statically. I like Maverick because it's very elegant so I'd prefer to avoid adding features to the framework where they can be handled by application code. If you'd like I can package up an example that works with today's Maverick and IE6/Moz. Just my $0.02, Toby Cabot ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf [INVALID FOOTER]
