hi,
I�m using cocoon 2.1M1 with Win2000.
I defined some global Variables in my root-sitemap like:
<map:component-configurations>
<global-variables>
<conductor-serverdomain>141.222.121.13</conductor-serverdomain>
</global-variables>
</map:component-configurations>
When I try to access this variable in my subsitemap, I can do it only when I
call it in a matcher directly like:
<map:match pattern="catalogList">
<map:generate
src="http://{global:conductor-serverdomain}/test?cmd=catalogList&output=
xml" type="file"/>
<map:serialize type="xml"/>
</map:match>
Using the variables in matchers which use cocoon:/ seems not to be possible.
<map:match pattern="smallCatalog">
<map:generate src="cocoon:/catalogList" type="file"/>
<map:transform type="xslt" src="smallCatalog.xsl"/>
<map:serialize type="xml"/>
</map:match>
This matcher does not work - why?
Can anybody help?
thanks,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]