This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Displaying text nodes and child nodes



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]