Well, if I understand you have only 1 static page that is render by
multiple CSSs.
IMO a portal is not very useful for you, but any way.
You can create a new skin.
1. Put your CSS as usual in skins/MySkin/css,
2. Edit the skins/MySkin/styles/portal-page.xsl to put your single XSL
file. You can ignore other XSLs files. And don't call any other
<xsl:apply-templates/> that are useful to render menu, coplet and so on.
3. If you don't want login, put a pass-through XSL in
skins/MySkin/styles/login-html.xsl
It should work!
Laurent Trillaud

> -----Message d'origine-----
> De�: JACOB, ERIC [mailto:[EMAIL PROTECTED]
> Envoy�: mercredi 29 octobre 2003 14:15
> ��: [EMAIL PROTECTED]
> Objet�: Skins in the new Portal Engine
> 
> 
> Hi all,
> 
> What I understand, when you want to create a new skin, you have to
write
> many XSL files and switch the skin in the portal sitemap with the
global
> variable:
> 
>           <map:global-variables>
>                 <skin>skins/common/</skin>
>           </map:global-variables>
> 
> But my problem is that I use CSS files to customize my portal with
only
> one
> HTML page... So, I don't want to create different XSL for each skin.
> Instead, I want to use only one set of XSL files with many CSS. How I
can
> use the skin mechanism in Cocoon to achieve that?
> 
> See the Zen Garden to know what I mean, a demonstration of what can be
> accomplished visually through CSS�based design.
> http://www.csszengarden.com/
> 
> Thank,
> 
> Eric Jacob
> 
> PS: Sorry, my english is not very good...
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to