Re: a way to shorten <xsl:value-of select="X"/> ?

Subject: Re: a way to shorten <xsl:value-of select="X"/> ?
From: Edwin Glaser <edwin@xxxxxxxxxxxxxxx>
Date: Fri, 22 Sep 2000 15:42:04 -0400 (EST)
You wrote:
>   This line works correctly, but I'm wanting to know if there is a shorter way
> to express <xsl:value-of select="videoClubCard"/>.

If you don't insist on xml syntax, have a look at http://www.pault.com/XSLScript/.
Paul Tchistopolskii offers a plugable pre-parser with a more conventional syntax.

Just put xsls.jar and a xp.jar into your classpath and point your processor
to com.pault.X.

The saxon Parsermanager.properties needs something like:
defaultParser=X
X=com.pault.X

Hope it helps.

-- 
Edwin Glaser -- edwin@xxxxxxxxxxxxxxx




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


Current Thread