|
Subject: Re: [xsl] Displaying text nodes and child nodes From: "Filipe Correia" <filipe.correia@xxxxxxxxxxxxxxx> Date: Fri, 24 May 2002 12:10:51 +0100 |
Intead of using:
>> <xsl:template match="b">
>> </xsl:template>
you can use it like this then:
<xsl:template match="b">
<b>
<xsl:apply-templates>
</b>
</xsl:template>
Cheers,
Filipe
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Displaying text nodes and, Américo Albuquerque | Thread | Re: [xsl] Displaying text nodes and, Joerg Heinicke |
| RE: [xsl] Getting Node Name, Américo Albuquerque | Date | [xsl] Parsing & splitting a string , Shilpa Murugendra Bh |
| Month |