You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Je vous site <co...@je-vous-site.com> on 2002/02/20 17:00:43 UTC

Css stylesheet problem

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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>