xsl-list
[Top] [All Lists]

Re: [xsl] zap some node

2006-09-27 11:56:02
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>