summaryrefslogtreecommitdiff
path: root/cpp/etc/stylesheets/registry.xsl
blob: a818a0a871967a666e60982921e844e10e27ad6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version='1.0'?> 
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:amqp="http://amqp.org"> 

<xsl:import href="java.xsl"/>

<xsl:output method="text" indent="yes" name="textFormat"/> 

<xsl:template match="/">
    <xsl:apply-templates mode="generate-registry" select="registries"/>
</xsl:template>

</xsl:stylesheet>