Ignore:
Timestamp:
03/03/07 21:56:31 (5 years ago)
Author:
sys
Message:

Intégration MML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_Main/initCommon.xml

    r8691 r8858  
    6363                <transformation code="xml2xmlponc" type="com.scenari.s.co.transform.xml.HTransformerPonctuation"/> 
    6464                <transformation code="xml" type="com.scenari.s.co.transform.xml.HTransformerXml"/> 
    65                  
    66                 <!--  
    67                 <transformation code="mml2img" type="com.scenari.s.co.transform.mml.HTransformerMml"/> 
    68                 <transformation code="svg2img" type="com.scenari.s.co.transform.svg.HTransformerSvg"/> 
    69                 <transformation code="latex" type="com.scenari.s.co.transform.mml.HTransformerLatex"/> 
    70                  --> 
     65                <transformation code="xmlResolveEntities" type="com.scenari.s.co.transform.xml.HTransformerXml"> 
     66                        <property key="entities" src="file:entities.properties"/> 
     67                </transformation> 
    7168                  
    7269                <transformation code="img2props" type="com.scenari.s.co.transform.img.HTransformerProps"/> 
     
    248245                        <property key="extension" value=".mml"/> 
    249246                </transformation> 
     247                <transformation code="mml2swf" type="com.scenari.s.co.transform.oo.HTransformerOo"> 
     248                        <property key="ooTransformerClassName" value="com.scenari.s.oo.transform.TransformerExportOdfViaDraw"/> 
     249                        <property key="filterName" value="draw_flash_Export"/> 
     250                        <property key="extension" value=".swf"/> 
     251                        <property key="source" value="mml"/> 
     252                </transformation> 
     253                <transformation code="mml2png" type="com.scenari.s.co.transform.oo.HTransformerOo"> 
     254                        <property key="ooTransformerClassName" value="com.scenari.s.oo.transform.TransformerExportOdfViaDraw"/> 
     255                        <property key="filterName" value="draw_png_Export"/> 
     256                        <property key="extension" value=".png"/> 
     257                        <property key="source" value="mml"/> 
     258                </transformation> 
     259                <transformation code="mml2gif" type="com.scenari.s.co.transform.oo.HTransformerOo"> 
     260                        <property key="ooTransformerClassName" value="com.scenari.s.oo.transform.TransformerExportOdfViaDraw"/> 
     261                        <property key="filterName" value="draw_gif_Export"/> 
     262                        <property key="extension" value=".gif"/> 
     263                        <property key="source" value="mml"/> 
     264                </transformation> 
    250265                 
    251266                <transformation code="od2props" type="com.scenari.s.co.transform.oo.HTransformerOo"> 
Note: See TracChangeset for help on using the changeset viewer.