[xsl] Let the XSLT script detect the name and release of the used XSLT processor?

Subject: [xsl] Let the XSLT script detect the name and release of the used XSLT processor?
From: "Ben Stover" <bxstover@xxxxxxxxxxx>
Date: Thu, 10 Dec 2009 09:32:06 +0100
When I apply an XSLT script on an input.xml I want to output at first a node (into 
the result,xml) which shows the used XSLT processor and his release.

So the putput should be something like

<?xml .....>
   <usedxsltproc>Saxon v9.1.0.7</usedxsltproc>
   <otherstuff>
     .....
   </otherstuff>


Is this somehow possible?

Ben

Current Thread