Re: [xsl] zap some node

Subject: Re: [xsl] zap some node
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 27 Sep 2006 20:34:14 +0200
Davide Antoni wrote:
i don't know the version of trasformer of my application at now.
From the Welcome message of this list, check:
http://www.mulberrytech.com/xsl/xsl-list/processor-version.xsl
http://www.mulberrytech.com/xsl/xsl-list/processor-version.html

The template is a bit over-active imho, usually, the following two statements, somewhere in your code or inside an <xsl:message> (if these are shown to you in you app):

<xsl:value-of select="system-property('xsl:vendor-url')"/>
<xsl:value-of select="system-property('xsl:vendor')"/>

It will output the vendor of your processor and often gives version information also.

Cheers,
Abel Braaksma
http://abelleba.metacarpus.com

Current Thread