You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Richard Frovarp <Ri...@sendit.nodak.edu> on 2006/10/16 18:15:13 UTC

[1.4] Usecase xslt

How and where is it decided which XSLT will be ran against a usecase 
template? There is an issue with one of the FCKeditor usecases, but I 
would also like to modify the basic look. For my issue I do see that the 
following namespace is used, 
http://apache.org/cocoon/lenya/cms-page/1.0. Is there a schema for this 
namespace that is available?

Thanks,

Richard

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: [1.4] Usecase xslt

Posted by Paloma Gomez <pa...@gmail.com>.
Hi Richard,

2006/10/16, Richard Frovarp <Ri...@sendit.nodak.edu>:
>
> How and where is it decided which XSLT will be ran against a usecase
> template?


See LENYA_WEBAPP/lenya/usecases/usecase.xmap. This sitemap contains the
pipeline which renders the usecases.

There is an issue with one of the FCKeditor usecases, but I
> would also like to modify the basic look. For my issue I do see that the
> following namespace is used,
> http://apache.org/cocoon/lenya/cms-page/1.0. Is there a schema for this
> namespace that is available?


There is a brief introduction at the Wiki:
http://wiki.apache.org/lenya/LenyaSpecificXMLNamespaces


HTH,

Paloma

Re: [1.4] Usecase xslt

Posted by Jörn Nettingsmeier <ne...@apache.org>.
Richard Frovarp wrote:
> How and where is it decided which XSLT will be ran against a usecase 
> template? There is an issue with one of the FCKeditor usecases, but I 
> would also like to modify the basic look. For my issue I do see that the 
> following namespace is used, 
> http://apache.org/cocoon/lenya/cms-page/1.0. Is there a schema for this 
> namespace that is available?

afaik not (which is unfortunate).

it is defined ad-hoc in src/webapp/lenya/xslt/util/page2xhtml.xsl, which 
is then transformed by page2xslt.xsl before it is applied to the usecase 
screen (grep for lenya-screen.xsl in 
src/webapp/lenya/usecases/usecase.xmap and in 
build/lenya/webapp/sitemap.xmap for the full magic).



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org