Subject: javascript calling processor information
From: "Roman Huditsch" <roman.huditsch@xxxxxxxx>
Date: Fri, 23 Aug 2002 11:09:10 +0200
|
good morning everybody,
I would like to create a stylesheet, which imports another stylesheet depending on the processor used.
<xsl:stylesheet>
//if processsor is msxsl
<xsl:import select="stylesheet1.xsl"/>
//if processor is XALAN
<xsl:import select="stylesheet2.xsl"/>
</xsl:stylesheet>
How can I accomplish that? Is there a specific javascript I can use?
wbr,
Roman
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|