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]

Re: Testing the type of the current node


Whoops. Missed the obvious, as usual. I can do what I want
using default templates but applying them with modes.

ie

<xsl:template match="text()" mode="embedded_xml">
...
</xsl:template>

<xsl:apply-templates mode="embedded_xml" />

-- 
Warren Hedley


 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]