Re: [xsl] RE: XSL-List Digest V5 #135

Subject: Re: [xsl] RE: XSL-List Digest V5 #135
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 20 Feb 2004 23:17:25 GMT

function View6()
{
var pass1 = 'status_history'
transform(pass1)
}



well, there you go then,
you said you wanted to look for an element called status (and you do) but
this is going to make it look for an element called status history
it will find such a thing (because of the original *, not the */* that's
looking for status grand children) and then it will sort on the string
value of that which is the concatenation of all the character data in
there, including white space used to indent the status elements
That might not be quite the order you intended...


try that with pass1= 'status'


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

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


Current Thread