Subject: RE: Can I read information from java vector list in stylesheet?
From: "Zoe Peng" <zoe@xxxxxxxxxxxx>
Date: Fri, 19 Jul 2002 17:36:31 -0400
|
Thanks.
I'll write a simple app to simulator it and give it a try.
--Zoe
> > > > 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
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|