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]

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


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@pannenleiter.de




 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]