Re: [xsl] Displaying text nodes and child nodes

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