RE: [xsl] Can I read information from java vector list in stylesheet?

Subject: RE: [xsl] Can I read information from java vector list in stylesheet?
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 19 Jul 2002 10:40:34 +0100
> > > Can I read information from java vector list in stylesheet?

All the Java processors provide this capability, though the syntax
varies slightly. Here's an example in Saxon:

<xsl:stylesheet ...
  xmlns:List="java:java.util.List">

<xsl:param name="vector"/>

<xsl:template ...
  <xsl:value-of select="List:get($vector, 1)"/>

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread