Re: [xsl] Easy: all text nodes

Subject: Re: [xsl] Easy: all text nodes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 29 Nov 2001 15:33:33 GMT
how can i match in a template all text nodes of my xml document?
> 
> <xsl>template match="text()"> ???

yes, apart from the typ

<xsl:template match="text()"> 

but presumably you tried that and it didn't work as you expect?
in whuch case perhaps you asked the wrong question.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread