Project

Profile

Help

getting version info

Added by Anonymous about 18 years ago

Legacy ID: #3700253 Legacy Poster: sudhan (umasudhan)

Hi Can somebody tell me how to determine the major and minor version (like 8.4.1) of the saxon processor i am using? went throught the documentation and the forums but couldnt find anything- i am only able to get the major version (like 8.4) Thanks Sudhan


Replies (1)

RE: getting version info - Added by Anonymous about 18 years ago

Legacy ID: #3700312 Legacy Poster: Michael Kay (mhkay)

You don't say what you did to obtain the version, but I can't think of any interface that would say "8.4" if you were actually using 8.4.1. From Java, you can call the static method Version.getProductVersion(). From XSLT, you can use the call system-property('xsl:product-version') There's no equivalent in XQuery, but you can easily call the Java method as an external function. Michael Kay http://www.saxonica.com/

    (1-1/1)

    Please register to reply