Author: thorsten
Date: Fri Sep 26 03:02:28 2008
New Revision: 699255

URL: http://svn.apache.org/viewvc?rev=699255&view=rev
Log:
Making this structurer very simple and basic for the stax testcases

Modified:
    
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.structurer.xml

Modified: 
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.structurer.xml?rev=699255&r1=699254&r2=699255&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.structurer.xml
 Fri Sep 26 03:02:28 2008
@@ -16,22 +16,16 @@
 <structurer xmlns="http://apache.org/forrest/templates/2.0";>
   <structure type="html" hooksXpath="/html/body">
     <hook id="example">
-      <contract name="master">
-        <property name="test-inline-xml">
-          <css url="common.css" />
-<!--<nupp/>-->
-        </property>
-        <property name="test-inline" value="position:hook/contract" />
-      </contract>
       <hook id="level2">
-        <contract name="master">
-          <property name="test-inline" value="position:hook/hook/contract" />
+        <contract name="m2" dataURI="">
+          <property name="test-inline" value="xxx" />
+          <property name="test-inline-xml">
+            <css url="common.css" />
+<!--<nupp/>-->
+          </property>
         </contract>
       </hook>
     </hook>
-    <contract name="m2" dataURI="">
-      <property name="test-inline" value="xxx" />
-    </contract>
   </structure>
   <structure type="xml" hooksXpath="/">
     <contract name="convertor" 
dataURI="/org/apache/forrest/dispatcher/common.fv" />