shannon 2002/06/03 11:52:19
Modified: src/documentation/xdocs/faq faq-sitemap.xml
Log:
moved action faq to separate faq file
Revision Changes Path
1.3 +0 -26 xml-cocoon2/src/documentation/xdocs/faq/faq-sitemap.xml
Index: faq-sitemap.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/faq/faq-sitemap.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq-sitemap.xml 30 May 2002 17:41:10 -0000 1.2
+++ faq-sitemap.xml 3 Jun 2002 18:52:19 -0000 1.3
@@ -114,32 +114,6 @@
</faq>
-<faq>
- <question>When I add an action to a pipeline Cocoon returns an
- error.</question>
- <answer>
- <p>Before the action was added to the pipeline it worked fine. After
- the change Cocoon seems not to find the file specified in the
- variable that is returned by the matcher.</p>
-
-<source><![CDATA[
-<map:match pattern="*">
- <map:act type="validate-session">
- <map:generate type="serverpages" src="{../1}.xsp"/>
- </map:act>
- <map:serialize/>
-</map:match>
-]]></source>
-
- <p>Please note in the above example the
- "<em><code>../1</code></em>".</p>
- <p>Map objects returned from matchers, actions etc. are organised
- <em>hierarchically</em>. Therefore they are not replaced by new ones
- but older ones are still accessible through a path expression. Here
- "<code>../1</code>" references key ("variable") "1" in the next to
- last Map. </p>
- </answer>
-</faq>
<faq>
<question>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]