Annotation of kupuMPIWG/dist-cnf.kupu, revision 1.1.1.1

1.1       dwinter     1: <kupu:dist
                      2:   xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
                      3:   xmlns:xi="http://www.w3.org/2001/XInclude"
                      4:   >
                      5: 
                      6:   <!-- Include implementations -->
                      7:   <xi:include href="include.kupu" />
                      8: 
                      9:   <!-- Define the default slot to start with -->
                     10:   <kupu:expand>
                     11:     <kupu:define-slot name="start" />
                     12:   </kupu:expand>
                     13: 
                     14:   <!-- Define an implementation order -->
                     15:   <kupu:implementation-order>
                     16:     <kupu:implementation name="cnf" />
                     17:     <kupu:implementation name="form" />
                     18:     <kupu:implementation name="default" />
                     19:   </kupu:implementation-order>
                     20: 
                     21:   <!-- Save on part makes little sense in a form context -->
                     22:   <kupu:disable-feature name="saveonpart" />
                     23: 
                     24: </kupu:dist>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>