hi lenya,

I haven't yet really been into input modules, but I think you could use
something like:

  <map:transform src="blog/blog.xsl" type="xslt">
        <map:parameter name="browser" value="header:user-agent"/>
  </map:transform>

> -----Ursprungliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im
> Auftrag von Lenya L. Khachaturov
> Gesendet: Freitag, 31. Januar 2003 15:04
> An: [EMAIL PROTECTED]
> Betreff: Passing User-Agent as a map:parameter
>
>
> Hello,
>
> I'd like to know if it's possible. I would like to do the following:
>
> <map:transform src="blog/blog.xsl" type="xslt">
>       <map:parameter name="browser" value="USERAGENT"/>
>       </map:transform>
>
> So that in my XSL I could write the following:
>
> <xsl:if test="$browser='ie'">
>       <link rel="stylesheet" href="ie.css" type="text/css"/>
> </xsl:if>
>
> <xsl:if test="another browser">
>       link to another CSS
> </xsl:if>
>
> The example in the Browser Selector docs is not what I really want - I
> don't need different XSLs for different browser.
>
> --
> Lenya Khachaturov
> mailto:[EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to