Is there a way to acces input modules nicely from xslt stylesheet? Right now I
am doing something like:
<map:transform src="cocoon://{global:baseURL}/stylesheets/site2html.xsl">
<map:parameter name="baseURL"
value="/{global:baseURL}"/>
<map:parameter name="appTitle"
value="{global:appTitle}"/>
</map:transfrom>
this is all fine if one has only one sitemap (one can use resources to work
with duplicated code) but I have a web application that each app menu option
(application section) has it's own sitemap.
The number of parameters passed to stylesheets gets bigger and bigger with
time which makes the code harder to read and maintain.
lg
--
__
| / \ | Leszek Gawron // \\
\_\\ //_/ [EMAIL PROTECTED] _\\()//_
.'/()\'. Phone: +48(501)720812 / // \\ \
\\ // recursive: adj; see recursive | \__/ |
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]