xsl-list
[Top] [All Lists]

RE: [xsl] surprised about the results of a filter expression in XSLT2.0

2006-05-11 11:18:14
 
It's actually giving different results under Saxon-B and 
Saxon-SA (the join optimizer in Saxon-SA is kicking in and 
getting something wrong). I'll look into it.

Michael Kay
http://www.saxonica.com/
 

In fact, it looks as if the result simply isn't being deduplicated: if an
element is selected for more than one reason, then it appears twice in the
result. You can force the deduplication by adding "/." to the expression.
The fix won't be quite so simple, because if the input sequence contains
duplicates then they have to be retained!

Michael Kay
http://www.saxonica.com/ 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>