Annotation of kupuMPIWG/zope2/html.kupu, revision 1.1.1.1

1.1       dwinter     1: <?xml version="1.0" ?>
                      2: <kupu:feature
                      3:     name="html"
                      4:     implementation="zope2"
                      5:     xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
                      6:     xmlns:tal="http://xml.zope.org/namespaces/tal"
                      7:     >
                      8:   <kupu:part name="html">
                      9:   
                     10:     <!-- define kupu_url and document_url here for macros to use -->
                     11:     <html xmlns="http://www.w3.org/1999/xhtml"
                     12:           tal:define="kupu_url here/absolute_url;
                     13:                       document_url here/fulldoc/absolute_url;">
                     14: 
                     15:       <kupu:define-slot name="html" />
                     16: 
                     17:     </html>
                     18:   </kupu:part>
                     19: </kupu:feature>

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