<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#160;"> <!ENTITY lf "&#10;">]>

<!-- $NetBSD: developerdb.xsl,v 1.2 2007/07/29 07:52:28 pavel Exp $ -->

<!-- Copyright (c) 2007
	The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		xmlns:func="http://exslt.org/functions"
		exclude-result-prefixes="func"
                version="1.0">
  <xsl:template name="developerdb">
    <xsl:copy-of select="document('../../people/developerdb.xml')"/>
  </xsl:template>

</xsl:stylesheet>
