Annotation of kupuMPIWG/default/xmlconfig.kupu, revision 1.1.1.1

1.1       dwinter     1: <?xml version="1.0" ?>
                      2: <kupu:feature
                      3:     name="xmlconfig"
                      4:     implementation="default"
                      5:     xmlns="http://www.w3.org/1999/xhtml"
                      6:     xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
                      7:     >
                      8:   <kupu:id>$Id: xmlconfig.kupu 12162 2005-05-10 15:53:10Z guido $</kupu:id>
                      9: 
                     10:   <kupu:part name="xmlconfig">
                     11:     <div style="display: none;">
                     12:       <xml id="kupuconfig" class="kupuconfig">
                     13:         <kupuconfig>
                     14:           <kupu:define-slot name="kupuconfig" />
                     15:         </kupuconfig>
                     16:       </xml>
                     17:     </div>
                     18:   </kupu:part>
                     19: 
                     20:   <!-- Default configuration -->
                     21:   <kupu:part name="defaultconfig">
                     22:     <dst>fulldoc.html</dst>
                     23:     <use_css>1</use_css>
                     24:     <reload_after_save>0</reload_after_save>
                     25:     <strict_output>1</strict_output>
                     26:     <content_type>application/xhtml+xml</content_type>
                     27:     <compatible_singletons>1</compatible_singletons>
                     28:     <table_classes>
                     29:       <class>plain</class>
                     30:       <class>listing</class>
                     31:       <class>grid</class>
                     32:       <class>data</class>
                     33:     </table_classes>
                     34: 
                     35:     <cleanup_expressions>
                     36:       <set>
                     37:         <name>Convert single quotes to curly ones</name>
                     38:         <expression>
                     39:           <reg>
                     40:             (\W)'
                     41:           </reg>
                     42:           <replacement>
                     43:             \1‘
                     44:           </replacement>
                     45:         </expression>
                     46:         <expression>
                     47:           <reg>
                     48:             '
                     49:           </reg>
                     50:           <replacement>
                     51:             ’
                     52:           </replacement>
                     53:         </expression>
                     54:       </set>
                     55:       <set>
                     56:         <name>Reduce whitespace</name>
                     57:         <expression>
                     58:           <reg>
                     59:             [\n\r\t]
                     60:           </reg>
                     61:           <replacement>
                     62:             \x20
                     63:           </replacement>
                     64:         </expression>
                     65:         <expression>
                     66:           <reg>
                     67:             [ ]{2}
                     68:           </reg>
                     69:           <replacement>
                     70:             \x20
                     71:           </replacement>
                     72:         </expression>
                     73:       </set>
                     74:     </cleanup_expressions>
                     75:   </kupu:part>
                     76:  
                     77: </kupu:feature>

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