> you wrote:
> <xsl:template match="caption">
> <font color="white"><i><xsl:value-of select="."/></i></font>
> </xsl:template>
>
> </xsl:stylesheet>
caption is in the xhtml namespace, so you must use a pattern that matches
such an element. So define a prefix for this namespace (e.g. xhtml in the
xsl:stylesheet start tag) and use
<xsl:template match="xhtml:caption"> ....
Cheers,
Oliver
/-------------------------------------------------------------------\
| ob|do Dipl.Inf. Oliver Becker |
| --+-- E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx |
| op|qo WWW: http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|