St�phane MESTRE wrote:
Hello,
After an XSL transformation in Cocoon, I would want to apply an CSS
stylesheet on the XHTML document.
The style is not apply in the Cocoon's XHTML generate document but if I use
my XML development environment (Cooktop), the result is correct and the
document's style is good.
I tried several solutions and it was never good.
In the XHTML document :
Relative path : <link rel="stylesheet" type="text/css"
href="default.css"/>
Absolute path : <link rel="stylesheet" type="text/css" href="C:/ ...
/default.css"/>
In the header of XSL stylesheet :
Absolute path : <?xml-stylesheet type="text/css" href="C:/ ...
/default.css"?>
Relative path : <?xml-stylesheet type="text/css" href="default.css"?>
Thank you for your help
Are you using a reader?
<http://wiki.apache.org/cocoon/ServingStaticFiles?action=highlight&value=css>
--
Volkmar W. Pogatzki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]