Annotation of kupu/zope2/xmlconfig.kupu, revision 1.1.1.1

1.1       dwinter     1: <?xml version="1.0" ?>
                      2: <kupu:feature
                      3:     name="xmlconfig"
                      4:     implementation="zope2"
                      5:     xmlns="http://www.w3.org/1999/xhtml"
                      6:     xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
                      7:     xmlns:metal="http://xml.zope.org/namespaces/metal"
                      8:     metal:define-macro="dummy"
                      9:     >
                     10: 
                     11:   <kupu:part name="defaultconfig">
                     12:     <dst><metal:block define-slot="dst" /></dst>
                     13:     <use_css>1</use_css>
                     14:     <reload_after_save>0</reload_after_save>
                     15:     <strict_output>1</strict_output>
                     16:     <content_type>application/xhtml+xml</content_type>
                     17:     <compatible_singletons>1</compatible_singletons>
                     18:   </kupu:part>
                     19: 
                     20: </kupu:feature>

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