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]>

Reply via email to