This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

javascript calling processor information


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]