Author: crossley
Date: Wed Jun 3 04:52:28 2009
New Revision: 781260
URL: http://svn.apache.org/viewvc?rev=781260&view=rev
Log:
Expand xinclude before doing transform-to-document.
Modified:
forrest/trunk/main/webapp/forrest.xmap
Modified: forrest/trunk/main/webapp/forrest.xmap
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/forrest.xmap?rev=781260&r1=781259&r2=781260&view=diff
==============================================================================
--- forrest/trunk/main/webapp/forrest.xmap (original)
+++ forrest/trunk/main/webapp/forrest.xmap Wed Jun 3 04:52:28 2009
@@ -231,6 +231,7 @@
</map:select>
<map:match type="i18n" pattern="{properties:content.xdocs}{1}.*.xml">
<map:generate src="{source}" />
+ <map:transform type="xinclude"/>
<map:call resource="transform-to-document">
<map:parameter name="src" value="{source}" />
</map:call>
@@ -256,6 +257,7 @@
</map:match>
<map:match type="i18n" pattern="{properties:content.xdocs}{1}.*.xml">
<map:generate src="{source}" />
+ <map:transform type="xinclude"/>
<map:call resource="transform-to-document">
<map:parameter name="src" value="{source}" />
</map:call>