Hi all,
I am doing the following in a resource type:
<!-- {format}.xml/{pubId}/{area}/{uuid}/{language} -->
<map:match pattern="*.xml/*/*/*/*">
...
<map:transform
src="fallback://lenya/modules/multiple/xslt/eventns2xhtml.xsl">
<map:parameter name="uuid" value="{4}"/>
<map:parameter name="language" value="{5}"/>
<map:parameter name="pubid" value="{2}"/>
<map:parameter name="area" value="{3}"/>
</map:transform>
...
Then in the xsl I am doing something like:
<ci:include
src="lenya-document:{$uuid},pub={$pubid},area={$area},lang={language}"/>
When I activate the include I get a resource not found. Commenting the
include transformer I can see:
<include xmlns="http://apache.org/cocoon/include/1.0"
src="lenya-document:99d4b560-7657-11de-ab18-cfa0f9cda2d1,pub=festivales,area= \
authoring,lang= \ es" />
The problem are the " \ " before the lang and area. I am not
sure why I get the params like that.
Somebody has seen this before?
TIA for any information.
salu2
--
Thorsten Scherler <thorsten.at.apache.org>
Open Source <consulting, training and solutions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]