Hello,

I would like to apply a Css stylesheet to the HTML file i have generated 
on Cocoon.
Is there a solution to this problem, without changing my configuration 
(Tomcat 4.0.1 / Cocoon 2 under W2k)

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0" >

<xsl:template match="/">
  <html>
  <head>
        <link rel="stylesheet" href="style.css" type="text/css" />
  </head>
...

Thank you for all kind of help : Xavier


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

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

Reply via email to