Author: thorsten
Date: Fri Sep 26 04:02:54 2008
New Revision: 699269
URL: http://svn.apache.org/viewvc?rev=699269&view=rev
Log:
Adding a structurer for advanced testing the injecting in different xpath of
the resulting document
Added:
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.advanced.structurer.xml
- copied, changed from r697033,
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.structurer.xml
Copied:
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.advanced.structurer.xml
(from r697033,
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.structurer.xml)
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.advanced.structurer.xml?p2=forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.advanced.structurer.xml&p1=forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.structurer.xml&r1=697033&r2=699269&rev=699269&view=diff
==============================================================================
---
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.structurer.xml
(original)
+++
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.advanced.structurer.xml
Fri Sep 26 04:02:54 2008
@@ -26,14 +26,20 @@
<hook id="level2">
<contract name="master">
<property name="test-inline" value="position:hook/hook/contract" />
+ <property name="injectPointBody" value="/html/body/hook/hook/hook"/>
</contract>
</hook>
</hook>
- <contract name="m2" dataURI="">
+ <hook id="second">
+ <contract name="m2" dataURI="">
<property name="test-inline" value="xxx" />
</contract>
+ </hook>
</structure>
<structure type="xml" hooksXpath="/">
<contract name="convertor"
dataURI="/org/apache/forrest/dispatcher/common.fv" />
</structure>
+ <structure type="fo" hooksXpath="/">
+ <contract name="fo" />
+ </structure>
</structurer>
\ No newline at end of file