You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by da...@cocoon.zones.apache.org on 2007/06/11 13:13:00 UTC

[DAISY] Updated: Advanced Control Flow - Tutorial

A document has been updated:

http://cocoon.zones.apache.org/daisy/legacydocs/520.html

Document ID: 520
Branch: main
Language: default
Name: Advanced Control Flow - Tutorial (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 6/11/07 11:12:42 AM
Updated by: Helma van der Linden

A new version has been created, state: publish

Parts
=====

Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 11327 bytes (previous version: 11328 bytes)
Content diff:
(194 equal lines skipped)
    
    <p>We now get to the following line, where things start to get interesting:</p>
    
--- <pre>cocoon.sendPageAndWait("guess.jxt", { "random" : random, "hint" : hint, "guesses" : guesses} );
+++ <pre>cocoon.sendPageAndWait("guess.jx", { "random" : random, "hint" : hint, "guesses" : guesses} );
    </pre>
    
    <p>The Flow layer sends the contents of the URI "guess.jx" which is matched in
(91 equal lines skipped)