Thanks, all, for the tips. Quesions still...
On Thu, Jul 23, 2009 at 3:03 AM, Robby Pelssers<[email protected]> wrote:
> By the way...
>
> I was just scanning those instructions... I think if you followed them
> up you should at least change following line
> <map:transform src="home.xsl" type="xslt2"/>
> Into
> <map:transform src="home.xsl" type="saxon"/>
Rather than change the user's data, should I instead "name" Saxon
something else in the top level sitemap.xmap?
Can I call it more than once? Currently in sitemap.xmap I have:
<map:transformer name="saxon" pool-grow="2" pool-max="32" pool-min="8"
src="org.apache.cocoon.transformation.TraxTransformer">
<use-request-parameters>false</use-request-parameters>
<use-browser-capabilities-db>false</use-browser-capabilities-db>
<xslt-processor-role>saxon</xslt-processor-role>
</map:transformer>
Could I add another clause just like that one, but with (name="saxon")
changed to (name="xslt2")? Or is it the xslt-processor-role line that
should change? Or both?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]