Author: thorsten
Date: Wed Mar 4 10:26:07 2009
New Revision: 749958
URL: http://svn.apache.org/viewvc?rev=749958&view=rev
Log:
fixing structurer regarding new elements and variable path.
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml
URL:
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml?rev=749958&r1=749957&r2=749958&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml
(original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml
Wed Mar 4 10:26:07 2009
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<forrest:views
+<forrest:structurer
xmlns:forrest="http://apache.org/forrest/templates/1.0"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
<!-- The following variables are used to contact data models and/or contracts.
-->
@@ -34,11 +34,11 @@
{properties:resources}/themes/{properties:dispatcher.theme}/html/{1}.vt.xml
-->
<!-- HTML View of the request (e.g. index.html)-->
- <forrest:view type="html" hooksXpath="/html/body">
+ <forrest:structure type="html" hooksXpath="/html/body">
<forrest:contract name="genericMarkup">
<forrest:property name="genericMarkup">
<p>test</p>
</forrest:property>
</forrest:contract>
- </forrest:view>
-</forrest:views>
+ </forrest:structure>
+</forrest:structurer>