Joerg Heinicke wrote:
Exactly the way I would do it. But beware: XSLTs are chached with their
parameters. So it's interesting to know, how many pages you have or how
big the XSLTs are.
$ ls *.xml | wc -l
12
(to be honest two xml pages are only tests)
$ wc -ml html.xsl
86 2055 html.xsl
$ grep -c "<xsl:template" html.xsl
13
the xsl file is rather small, 86 linees 2055 characters for 13 templates.
> Maybe it's an alternative to aggregate the XML source
> with the navigation XML.
I don't understand this, could you explain?
bye
as
---------------------------------------------------------------------
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]>