Re: [xsl] [XSL] XSL Browser Integration

Subject: Re: [xsl] [XSL] XSL Browser Integration
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Thu, 13 Sep 2007 16:07:58 -0400
On Thu, 2007-09-13 at 21:01 +0200, Alain wrote:
> Is there a normalised way, on a browser environment (eq. XSLT1.0) to 
> access with XSL code:
> - the full "current" URI (ex. : 
> http://www.myserver.com/mydir/foo.xml?x=12&y=15  the most interesting 
> part being obviously the option string, here: x=12&y=15)
> - users preferences such as : preferred languages (or the http header 
> accept_language string, for internationalisation purpose)
> - navigation items such as : referrer, history (tainted)
> - computer environment : screen resolution, colour width, OS, browser, 
> initial canvas size, etc...

Getting the data with JavaScript and passing parameters to the
transform.

best,
-Rob

Current Thread