You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2004/03/12 21:58:32 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/i18n merge-dicts.xsl

roku        2004/03/12 12:58:32

  Added:       src/webapp/lenya/xslt/i18n merge-dicts.xsl
  Log:
  Used to merge pub local message catalogue with global one.
  
  Revision  Changes    Path
  1.1                  cocoon-lenya/src/webapp/lenya/xslt/i18n/merge-dicts.xsl
  
  Index: merge-dicts.xsl
  ===================================================================
  <?xml version="1.0"?>
  <!--
    $Id: merge-dicts.xsl,v 1.1 2004/03/12 20:58:32 roku Exp $
    
    This xslt merges i18n catalogue files which should be related to ONE locale.
    March 2004
  -->
  
   <xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   >
  
    <xsl:template match="*">
      <catalogue>
        <xsl:copy-of select="catalogue/*"/>
      </catalogue>
    </xsl:template>
  
   </xsl:stylesheet>  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org