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?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (1)
Michael Pitts
il 21 Gen 2016
Categorie
Scopri di più su Structured Data and XML Documents in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!