blob: c2696d863f2d68104a8c2310b8c2b6f2ec43ac9c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:view="http://schemas.niku.com/2002/view" exclude-result-prefixes="view">
<xsl:template match="view:view/view:group">
${aaa aaa aaa}
<table border="0" cellspacing="0" cellpadding="0" width="100%" width="100%" width="100%">
<tr>
<xsl:for-each select="view:section">
<td valign="top">&space;</td>
</xsl:for-each>
</tr>
</table>
</xsl:template>
</xsl:stylesheet>