]> matita.cs.unibo.it Git - helm.git/blob - helm/mowgli/home/xsl/person-entry.xsl
Warning changed.
[helm.git] / helm / mowgli / home / xsl / person-entry.xsl
1 <?xml version="1.0"?>
2
3 <xsl:stylesheet version="1.0"
4                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
5
6 <xsl:import href="common.xsl"/>
7
8 <xsl:output method="html"/>
9
10 <xsl:template match="/">
11   <xsl:copy-of select="person"/>
12 </xsl:template>
13
14 </xsl:stylesheet>
15