Hi everyone, I use xalan to convert one XML document to another format, my XML document format is so complex that i have to use xpath 2.0 function (such as function *ends-with*) to finish my job.But as we know, xalan support XPath 1.0 functions only. If i implement xpath 2.0 functions for xalan by myself, do you think it is a good idea?In fact, i have started this job already,and i hold it as a open source project upder apache licence 2.0, and named it xslt2runner. you can find it by the following url:http://code.google.com/p/xslt2runner/<http://code.google.com/p/xslt2runner/> .
Thank you & best regards :)