To: discussions about usage and development of dia <dia-list gnome org>
Subject: Re: State diagrame with code export
Date: Fri, 24 Apr 2009 09:14:22 +0200
[cut]
Note that all <td> elements got parsed. But if in
<xsl:template match="/"> you would have <xsl:template
match="//tr"> you would only get:
<tr><td>test</td></tr>
[cut]
I've meant of course: "Note that all <td> elements got parsed.
But if in
<xsl:template match="/"> you would have <xsl:apply-templates
select="//tr"> you would only get:[...]"