On Fri, Mar 3, 2023 at 12:12 AM Bederov, Sergey <[email protected]> wrote: > Xalan 2.7.2:
> <Output xmlns:exslt="http://exslt.org/common" > xmlns:str="http://exslt.org/strings"> > > <Display/> > > <Usage/> > > <Display/> > > </Output> > Saxon HE 11: > <Output xmlns:exslt="http://exslt.org/common" > xmlns:str="http://exslt.org/strings"> > > <Display>foo</Display> > > <Usage/> > > <Display>foo</Display> > > </Output> I think, you should not compare XalanJ with Saxon HE 11. I believe, Saxon HE 11 is an XSLT 3.0 processor. We should compare, XalanJ with Saxon 6.5.x (both of these being, XSLT 1.0 processors). -- Regards, Mukul Gandhi
