How to use Xpath 2.0 functions
843834Sep 3 2009 — edited Sep 7 2009I am using tokenize function in my XSL, which is support by Xpath version 2.0. For XML transformation, xalan API is being used. Everything is going fine in XML/XSL editor and desired results are coming out.
Since, Xalan API doesn't support tokenize method I get exception java.lang.NoSuchMethodException
Please help me out how can make this work.