0

I have a problem that requires I use max() which is only usable in xpath2.0, are there any libs that support this that I could drop in?

Thanks.

A_Elric
  • 3,508
  • 13
  • 52
  • 85
  • 1
    Asked before: http://stackoverflow.com/q/6624149/422353 – madth3 Oct 25 '12 at 05:19
  • see whether following stack overflow thread helps http://stackoverflow.com/questions/6624149/xpath-2-0-for-java-possible – sasankad Oct 25 '12 at 05:19
  • 1
    I saw that thread, but it was a little over a year outdated,xpath 2.0 was fairly new so I assumed the thread to be way outdated by now, – A_Elric Oct 25 '12 at 05:21

1 Answers1

1

Yes, have a look for the Saxon implementation. Why Apache Xalan has stopped dead at XSLT 1 is another question.

user207421
  • 305,947
  • 44
  • 307
  • 483