18 lines
372 B
XML
18 lines
372 B
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
Converts Zope i18n markup to Cocoon i18n markup.
|
|
-->
|
|
|
|
<xsl:stylesheet version="1.0"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns:xhtml="http://www.w3.org/1999/xhtml"
|
|
xmlns:ci18n="http://apache.org/cocoon/i18n/2.1"
|
|
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
|
exclude-result-prefixes="xhtml"
|
|
>
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|