Re: [xsl] filtering XML file using starts-with

Subject: Re: [xsl] filtering XML file using starts-with
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 18 Dec 2003 15:44:39 GMT
 - <Module>
  <value>101</value> 
  </Module>

You posted an IE6 "pretty print" view of the file (I would guess)
not your real input.

which means I'm still lacking information, however if the source
does really look like that (without the "-") then the string value of
Module is
newline space space 1 0 1 newline space space
so doesn't start with "10"

You probably want (starts-with(Module/value,'10')

-- 
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