I'd like to generate an html document using a css file, with an xsl transformation.

Here is what i wrote :


<xsl:template match="content">
<html>
<head>
</head>
<link rel="stylesheet" type="text/css" href="style.css"/>
<body>
<h1 align="center">DEMO</h1>
<xsl:apply-templates/>
</body>
</html>
</xsl:template>
...

I think this is not the way to use css with cocoon?
I read about a resource tag but I don't figure out how to join my documents.



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

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

Reply via email to