Re: [xsl] text() and not()

Subject: Re: [xsl] text() and not()
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 8 Jan 2002 13:24:25 GMT
I said 

  There are three text nodes in your example.
  the first has parent title
  the second has parent xref
  the third (which is just white space)
  All the text nodes in your example have parent title, so it 
  does not match any of them.

which is even more garbled than my usual attempts. try


There are three text nodes in your example.
the first has parent title
the second has parent xref and content some white space and a bracket(and so is not matched)
the third (which is just white space) has parent title.

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