Changeset 8858 for trunk/Jav_Main/initCommon.xml
- Timestamp:
- 03/03/07 21:56:31 (5 years ago)
- File:
-
- 1 edited
-
trunk/Jav_Main/initCommon.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_Main/initCommon.xml
r8691 r8858 63 63 <transformation code="xml2xmlponc" type="com.scenari.s.co.transform.xml.HTransformerPonctuation"/> 64 64 <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> 71 68 72 69 <transformation code="img2props" type="com.scenari.s.co.transform.img.HTransformerProps"/> … … 248 245 <property key="extension" value=".mml"/> 249 246 </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> 250 265 251 266 <transformation code="od2props" type="com.scenari.s.co.transform.oo.HTransformerOo">
Note: See TracChangeset
for help on using the changeset viewer.