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=""/>
    Absolute path :   <link  rel="stylesheet" type="text/css" href=""/>
 
    In the header of XSL stylesheet :
    Absolute path :   <?xml-stylesheet type="text/css" href=""?>
    Relative path :    <?xml-stylesheet type="text/css" href=""?>
 
Thank you for your help
 
-------------------------------------------------
             St�phane MESTRE
                    ENSEEIHT
  [EMAIL PROTECTED]
-------------------------------------------------
 

Reply via email to