|
Subject: Re: [xsl] Getting ant to tell me which xslt processor is used From: Jonathan Robie <jonathan.robie@xxxxxxxxxx> Date: Wed, 24 Sep 2008 12:07:08 -0400 |
I don't know about ant but you can run a sample stylesheet that outputs the properties listed at http://www.w3.org/TR/xslt20/#system-property to find out things like vendor and product name of the XSLT processor.
<xsl:message name="System info:">
<xsl:text>XSLT Processor: </xsl:text>
<xsl:value-of select="system-property('xsl:vendor')" />
<xsl:value-of select="system-property('xsl:product-name')" />
<xsl:value-of select="system-property('xsl:product-version')" />
</xsl:message>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Getting ant to tell me wh, Martin Honnen | Thread | Re: [xsl] Getting ant to tell me wh, Martin Honnen |
| Fwd: Re: [xsl] Xsl:strip-space and , G. Ken Holman | Date | Re: [xsl] Getting ant to tell me wh, Martin Honnen |
| Month |