Annotation of kupu/dist-form.kupu, revision 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="form" />
        !            17:     <kupu:implementation name="default" />
        !            18:   </kupu:implementation-order>
        !            19: 
        !            20:   <!-- Save on part makes little sense in a form context -->
        !            21:   <kupu:disable-feature name="saveonpart" />
        !            22: 
        !            23: </kupu:dist>

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