Recognizing Saxon9 java extension functions in the editor
Posted: Fri Dec 12, 2008 7:55 am
Is it possible?
I have a jar file with a class and methods that I call from within Saxon9 using a namespace like
xmlns:utils="java:au.gov.nehta.saxon.SaxonUtils"
and a function call like
<xsl:when test="utils:mkdirs($leaf-dir-path, 'INFO')">
That works. Is there any way I can get the editor to recognize that the function call is legitimate?
Peter
I have a jar file with a class and methods that I call from within Saxon9 using a namespace like
xmlns:utils="java:au.gov.nehta.saxon.SaxonUtils"
and a function call like
<xsl:when test="utils:mkdirs($leaf-dir-path, 'INFO')">
That works. Is there any way I can get the editor to recognize that the function call is legitimate?
Peter