You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/03/09 07:28:26 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/serialization fop.xmap jfor.xmap poi.xconf svg.xmap

vgritsenko    02/03/08 22:28:26

  Added:       src/java/org/apache/cocoon/serialization fop.xmap jfor.xmap
                        poi.xconf svg.xmap
  Log:
  rewrite xconf tool
  
  Revision  Changes    Path
  1.1                  xml-cocoon2/src/java/org/apache/cocoon/serialization/fop.xmap
  
  Index: fop.xmap
  ===================================================================
  <?xml version="1.0"?>
  
  <xmap xpath="/sitemap/components/serializers"
        unless="serializer[@name='fo2pdf']">
      <map:serializer name="fo2pdf" src="org.apache.cocoon.serialization.FOPSerializer" mime-type="application/pdf"/>
      <map:serializer name="fo2ps" src="org.apache.cocoon.serialization.FOPSerializer" mime-type="application/postscript"/>
      <map:serializer name="fo2pcl" src="org.apache.cocoon.serialization.FOPSerializer" mime-type="vnd.hp-PCL"/>
  </xmap>
  
  
  
  1.1                  xml-cocoon2/src/java/org/apache/cocoon/serialization/jfor.xmap
  
  Index: jfor.xmap
  ===================================================================
  <?xml version="1.0"?>
  
  <xmap xpath="/sitemap/components/serializers"
        unless="serializer[@name='fo2rtf']">
      <map:serializer name="fo2rtf" src="org.apache.cocoon.serialization.RTFSerializer" mime-type="application/msword"/>
  </xmap>
  
  
  
  1.1                  xml-cocoon2/src/java/org/apache/cocoon/serialization/poi.xconf
  
  Index: poi.xconf
  ===================================================================
  <?xml version="1.0"?>
  
  <xconf xpath="/cocoon"
         unless="component[@role='org.apache.cocoon.components.elementprocessor.impl.poi.hssf.HSSFElementProcessorFactory']">
  
    <component
      role="org.apache.cocoon.components.elementprocessor.impl.poi.hssf.HSSFElementProcessorFactory"
      class="org.apache.cocoon.components.elementprocessor.impl.poi.hssf.HSSFElementProcessorFactory">
    </component>
  </xconf>
  
  
  
  1.1                  xml-cocoon2/src/java/org/apache/cocoon/serialization/svg.xmap
  
  Index: svg.xmap
  ===================================================================
  <?xml version="1.0"?>
  
  <xmap xpath="/sitemap/components/serializers"
        unless="serializer[@name='svg2jpeg']">
      <map:serializer name="svg2jpeg" src="org.apache.cocoon.serialization.SVGSerializer" mime-type="image/jpeg"/>
      <map:serializer name="svg2png" src="org.apache.cocoon.serialization.SVGSerializer" mime-type="image/png"/>
  </xmap>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org