Add auto-completion functionality for Xalan namespaces in XSL Editor
Posted: Mon Feb 27, 2012 4:28 pm
Now here's an advanced feature that would really really be nice in our application! We're using XSL with Xalan/Xerces, and we make heavy use of the Xalan extension methods:
http://exslt.org/
As well as of our own ones. Here's a sample Java class:

And here's an example of an XSL file, how we're using XSL with Xalan:

Now, when typing "set:", it would be very neat if I had access to an auto-completion dropdown showing me the options (and potentially documentation) available from the Xalan library:
http://exslt.org/set/index.html
In a similar way, when typing "functions:", it would be awesome if the oXygen XSL Editor could interact with the Eclipse JDT to find the com.example.Functions class and list all its methods (and Javadoc) in an auto-completion dropdown
http://exslt.org/
As well as of our own ones. Here's a sample Java class:

And here's an example of an XSL file, how we're using XSL with Xalan:

Now, when typing "set:", it would be very neat if I had access to an auto-completion dropdown showing me the options (and potentially documentation) available from the Xalan library:
http://exslt.org/set/index.html
In a similar way, when typing "functions:", it would be awesome if the oXygen XSL Editor could interact with the Eclipse JDT to find the com.example.Functions class and list all its methods (and Javadoc) in an auto-completion dropdown