I am trying to use a stylesheet in a xsl page and am getting a null
pointer exception coming from my xsl page.  My syntax is below, I am new
to Cocoon so please excuse my mistakes.  I appreciate the help.

dialog.xsl

<xsl:param name="html.stylesheet" select="global.css'"/>
<xsl:param name="html.stylesheet.type">text/css</xsl:param>

sitemap

<map:match pattern="login">
<map:generate type="serverpages" src="xsp/login.xsp"/>
<map:transform type="xslt" src="style/dialog.xsl">
<map:parameter name="css-stylesheet" value="global.css"/>
</map:transform>
<map:serialize type="html"/>
</map:match>
                        
<map:match pattern="global.css">
<map:read src="global.css" mime-type="text/css"/>
</map:match>

Thank you 

Tim B


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

Reply via email to