You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "K.C. Jones" <kj...@phoenix-pop.com> on 2000/06/15 00:35:58 UTC

media="print"?

Is there any way to select a print-specific xsl stylesheet?
Would it be possible to use the media attribute of the
xml-stylesheet PI to differentiate print requests from other
http requests?

And, in an xsl stylesheet, is there any way to get one's
hands on the actual browser string gleaned from the
HttpServletRequest in XSLTProcessor.java?

In case it's not obvious, I'd like to use XSL do handle
OnPrint() Javascript processing.

Cheers,
KC