Re: State diagrame with code export



[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:[...]"

Regards,
Nux.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]