ovidiu 02/03/24 23:38:38
Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor
treeprocessor-builtins2.xml
Log:
Added definition for <map:continue>.
Revision Changes Path
1.2 +2 -10
xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/treeprocessor-builtins2.xml
Index: treeprocessor-builtins2.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/treeprocessor-builtins2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- treeprocessor-builtins2.xml 13 Mar 2002 19:03:12 -0000 1.1
+++ treeprocessor-builtins2.xml 25 Mar 2002 07:38:38 -0000 1.2
@@ -68,16 +68,6 @@
shorthand="notifying-builder"
default-class="org.apache.cocoon.components.notification.DefaultNotifyingBuilder"/>
-<!--
- <role name="org.apache.cocoon.components.flow.Interpreter"
- shorthand="flow-interpreters"
- default-class="org.apache.cocoon.components.flow.InterpreterSelector">
-
- <hint shorthand="JavaScript"
- class="org.apache.cocoon.components.flow.JavaScriptInterpreter"/>
- </role>
--->
-
</roles>
<!-- node definitions for the sitemap language -->
@@ -140,6 +130,8 @@
<node name="serialize"
builder="org.apache.cocoon.components.treeprocessor.sitemap.SerializeNodeBuilder"/>
<node name="script"
builder="org.apache.cocoon.components.treeprocessor.sitemap.ScriptNodeBuilder"/>
+
+ <node name="continue"
builder="org.apache.cocoon.components.treeprocessor.sitemap.ContinueNodeBuilder"/>
<node name="handle-errors"
builder="org.apache.cocoon.components.treeprocessor.sitemap.HandleErrorsNodeBuilder"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]