Annotation of kupuMPIWG/apache-lenya/kupu/body.kupu, revision 1.1.1.1

1.1       dwinter     1: <?xml version="1.0" ?>
                      2: <kupu:feature
                      3:     name="body"
                      4:     implementation="apache-lenya"
                      5:     xmlns="http://www.w3.org/1999/xhtml"
                      6:     xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
                      7:     >
                      8: 
                      9:   <kupu:part name="body">
                     10:     <body 
                     11:       onload="kupu = startKupu(); new KupuLenyaDist().init();">
                     12:       <h1/>
                     13:       <kupu:define-slot name="body" />
                     14:     </body>
                     15:   </kupu:part>
                     16: 
                     17: </kupu:feature>

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