note 98186 deleted from book.xsl by visualmind
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: maestro dot rob at gmail dot com
----
<xsl:template match="plan">
<p><xsl:value-of select="motto"/></p>
<tr>
<td><xsl:value-of select="nadpis"/></td>
<td><xsl:value-of select="den"/></td>
</tr>
<xsl:apply-templates/>
</xsl:template>