XSLT "4.0" editing
Posted: Tue Oct 12, 2021 9:06 am
While playing with SaxonCS recently released by Saxonica I have tried to edit XSLT stylesheets with version="4.0" instead of version="3.0", kind of expecting it wouldn't hurt my editing experience, but it did, it seems the syntax and completions suggestions, if they happen, are rather for XSLT 1 with Saxon 6.5, as I don't get XSLT 3 based code completion and declaring e.g. xmlns:saxon is not completed/suggested as xmlns:saxon="http://saxon.sf.net/", as is done with XSLT 3, but rather the old icl based namespace for Saxon 6.5.
Is there any setting I can change to edit version="4.0" XSLT in oXygen 23.1 and have the syntax and code completion for XSLT 3?
Is there any setting I can change to edit version="4.0" XSLT in oXygen 23.1 and have the syntax and code completion for XSLT 3?