Annotation of embedaddon/php/ext/xsl/tests/area_list.xsl, revision 1.1

1.1     ! misho       1: <?xml version="1.0" encoding="UTF-8"?>
        !             2: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
        !             3: 
        !             4:        <xsl:output method="text" encoding="UTF-8"/>
        !             5: 
        !             6:        <xsl:key name="area" match="ROW" use="substring(translate(AREA_NAME, '&quot;', ''), 1, 1)"/>
        !             7: <xsl:template match="*">
        !             8:     HERE
        !             9: </xsl:template>
        !            10: </xsl:stylesheet>

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