[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.

_______________________________________________
dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to