Robby Pelssers created COCOON3-110: -------------------------------------- Summary: baseUrl isalways overwritten by AbstractSitemapNode Key: COCOON3-110 URL: https://issues.apache.org/jira/browse/COCOON3-110 Project: Cocoon 3 Issue Type: Bug Components: cocoon-sitemap Affects Versions: 3.0.0-beta-1 Reporter: Robby Pelssers Assignee: Robby Pelssers Fix For: 3.0.0-beta-1
Setting baseUrl for XInclude transformer did have no effect. E.g. <map:match equals="aggregation/xinclude-transformer"> <map:generate src="aggregation/xinclude.xml" /> <map:transform type="xinclude"> <map:parameter name="cacheKey" value="{map:0}"/> <map:parameter name="baseUrl" value="file:///c:/tmp/"/> </map:transform> <map:serialize type="xml" /> </map:match> This always resulted in using the default baseUrl set in AbstractSitemapNode. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira