Annotation of kupu/apache-lenya/lenya/i18n.xsl, revision 1.1

1.1     ! dwinter     1: <?xml version="1.0"?>
        !             2: 
        !             3: <!--
        !             4:   Converts Zope i18n markup to Cocoon i18n markup.
        !             5: -->
        !             6: 
        !             7: <xsl:stylesheet version="1.0"
        !             8:   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
        !             9:   xmlns:xhtml="http://www.w3.org/1999/xhtml"
        !            10:   xmlns:ci18n="http://apache.org/cocoon/i18n/2.1"
        !            11:   xmlns:i18n="http://xml.zope.org/namespaces/i18n"
        !            12:   exclude-result-prefixes="xhtml"
        !            13: >
        !            14: 
        !            15: 
        !            16:    
        !            17: </xsl:stylesheet> 

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