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: Following axis


> Why do I get the following output:
> 
> test1test4 - test2test3 - test3 - test4test5 - test5 -
> 
> 
> but not:
> 
> test1test2 - test2test3 - test3test4 - test4test5 - test5 -
> 
Because you're using a buggy XSLT processor.

Saxon gives (module whitespace):
     test1test2 -  
     test2test3 - 
     test3test4 -    
     test4test5 -        
          test5 - 

Mike Kay
Software AG

 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]