[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Display value AND apply templates


Subject: Re: [xsl] Display value AND apply templates
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 11 Aug 2003 13:07:57 +0100

> If I use apply-templates "*" I get the sub-templates but no value. 

* means just element children, if you want text nodes as well, use
  node() or simpler as that is the default, just use
<xsl:apply-templates/>
with no  select attribute.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread