Author: thorsten
Date: Tue Nov 8 01:43:58 2005
New Revision: 331759
URL: http://svn.apache.org/viewcvs?rev=331759&view=rev
Log:
Used the source extension to return the xml on which ls.contracts.* is based on
Modified:
forrest/trunk/main/webapp/locationmap-themer.xml
Modified: forrest/trunk/main/webapp/locationmap-themer.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap-themer.xml?rev=331759&r1=331758&r2=331759&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap-themer.xml (original)
+++ forrest/trunk/main/webapp/locationmap-themer.xml Tue Nov 8 01:43:58 2005
@@ -109,12 +109,12 @@
</match>
<match pattern="ls.contracts">
<select type="exists">
- <location src="cocoon://ls.contracts" />
+ <location src="cocoon://ls.contracts.source.xml" />
</select>
</match>
<match pattern="ls.contracts.project">
<select type="exists">
- <location src="cocoon://ls.contracts.project" />
+ <location src="cocoon://ls.contracts.project.source.xml" />
</select>
</match>
<match pattern="ls.contracts-to-document.xsl">