source: branches/2.2/jabberit_messenger/xsl/list_ldap_org.xsl @ 3102

Revision 3102, 403 bytes checked in by amuller, 14 years ago (diff)

Ticket #986 - Efetuado merge para o Branch 2.2( atualizacao do modulo)

  • Property svn:executable set to *
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3        <xsl:output method="html" omit-xml-declaration="yes"/>
4
5        <xsl:template match="organizations">
6                <xsl:for-each select="ou">
7                        <xsl:sort select="." case-order="upper-first" />
8                        <span><xsl:value-of select="." /></span><br/>
9                </xsl:for-each>
10        </xsl:template>
11
12</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.