mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
14 lines
330 B
XML
14 lines
330 B
XML
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:template name="hoo" match="/">
|
|
<html>
|
|
<body>
|
|
<xsl:for-each select="devguru_staff/programmer">
|
|
<xsl:choose>
|
|
<xsl:when test=""></xsl:when>
|
|
</xsl:choose>
|
|
</xsl:for-each>
|
|
</body>
|
|
</html>
|
|
</xsl:template>
|
|
</xsl:stylesheet> |