Why does Matlab still use the Saxon 6.5.5 XSLT and XQUERY processor when saxon9.jar has already been included in the $MATLABROOT/java/jarext directory? Is there a way to use saxon9 for XSL transformations instead of saxon6.5.5?
Show older comments
I want to use some XPATH/XSLT 2.0 functionality while processing schemas and xml files in matlab. Whenever I try using the xslt() command with xslt 1.0 syntax, it works fine. When I try the command with xslt 2.0 based syntax it fails. After digging around I notice that matlab 2014 includes both saxon.jar (I'm guessing that's saxon6.5.5) an saxon9.jar in the jarext directory. That brings me to the following questions...
Why does Matlab 2014 still use the Saxon 6.5.5 XSLT and XQUERY processor when saxon9.jar has already been included in the $MATLABROOT/java/jarext directory? Is there a way to use saxon9 for XSLT instead of saxon6.5.5?
Accepted Answer
More Answers (1)
Michael Pitts
on 21 Jan 2016
Categories
Find more on Structured Data and XML Documents in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!