This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Re: current()


I tested with Saxon 5.5.1 and got: 
<date>December</date>
<date>July</date>
<date>June</date>
<date>April</date>
<date>March</date>

> I had to reconstruct the full stylesheet in order to test it. The test
> with MSXML3 (standard and July beta) returns the following result:
> 
> <date>December</date>
> <date>July</date>
> <date>June</date>
> <date>April</date>
> <date>March</date>
> 
> 
> The test with Saxon 5.4 returns a diferent result and it seems to me
> that this could be caused by a bug in Saxon 5.4:
> 
> G:\xml\msxml\XML SDK\Samples\Tests>java  com.icl.saxon.StyleSheet   
> testSort.xm
> l testSort.xsl
> Cannot find ParserManager.properties - using built-in parser
> Cannot find ParserManager.properties - using built-in parser
> Cannot find ParserManager.properties - using built-in parser
> <date>December</date>
> <date>March</date>
> <date>July</date>
> <date>June</date>
> <date>April</date>
> 
> 

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]