Re: [xsl] template matching

Subject: Re: [xsl] template matching
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 6 Feb 2004 16:54:19 GMT
> (e.g. dont have to write  select="*")

select="*" selects element nodes only, so if you want to exclude text
nodes, comments etc (eg because you know they are just white space
indentation) then * is what to use. But if you want to process all
children of whatever type just use the default (which is node() not *).

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
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