[xsl] How do I determine which XSL version and XPath version I have?

Subject: [xsl] How do I determine which XSL version and XPath version I have?
From: "Catherine Wilbur cwilbur@xxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 21 Oct 2014 13:07:18 -0000
The systems person installed the following xsltproc version on our unix 
box then forwarded me the xsltproc version description below.

How do I find out what version of xsl I have loaded and what version of 
XPath I have?

Just starting to work on an xslt procedure to convert a complex XML file 
and extract some of the data into a CSV file for upload into Oracle DB 
Loader.

==============================================================
xsltproc will give you the details on the compiled version as follows:

xsltproc -version
Using libxml 20901, libxslt 10128 and libexslt 817
xsltproc was compiled against libxml 20632, libxslt 10128 and libexslt 817
libxslt 10128 was compiled against libxml 20632
libexslt 817 was compiled against libxml 20632

other than that I can tell you the installed version is: libxslt-1.1.28-2

I have no idea what XPath is but you are running on libxml2-2.9.1-1 and 
from a quick internet search I believe it it a built in part of that 
library
=======================================================================================

_____________________________________________________________________
Catherine Wilbur  |  Senior Application Programmer  |  IT Services
401 Sunset Avenue, Windsor ON Canada  N9B 3P4
(T) 519.253.3000 Ext. 2745  |  (F) 519.973.7083  |  (E) 
cwilbur@xxxxxxxxxxx
www.uwindsor.ca/its

Current Thread