|
Subject: [xsl] not matching empty text nodes. From: Terence <tk.lists@xxxxxxxxxxx> Date: Thu, 06 Feb 2003 12:03:18 +1100 |
<xsl:template match="/album/photos/photo/caption">
<tr valign="top">
<td class="label" align="right">caption:</td>
<td class="caption"><xsl:value-of select="." /></td>
</tr>
</xsl:template> <xsl:template match="/album/photos/photo/description">
<tr valign="top">
<td class="label" align="right">description:</td>
<td class="caption"><xsl:value-of select="." /></td>
</tr>
</xsl:template> <xsl:template match="/album/photos/photo/location">
<tr valign="top">
<td class="label" align="right">location:</td>
<td class="caption"><xsl:value-of select="." /></td>
</tr>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] simple example of using X, Matt Kynaston | Thread | RE: [xsl] not matching empty text n, Michael Kay |
| RE: [xsl] Filtering XML with XSL, Sam Awad | Date | Re: [xsl] Filtering XML with XSL, Charles White |
| Month |