Re: XSL Parameters was: RE: Accessing XSL context

Subject: Re: XSL Parameters was: RE: Accessing XSL context
From: Guy_Murphy@xxxxxxxxxx
Date: Fri, 5 Feb 1999 17:09:04 +0000
Hi Jonathan

Actualy I'm blushing. What you're saying is completely obvious, yet I've
been resorting to ASP parameters to get around this.

Thanks for the top.

Cheers
     Guy.





xsl-list@xxxxxxxxxxxxxxxx on 02/05/99 07:03:30 PM

To:   xsl-list@xxxxxxxxxxxxxxxx
cc:    (bcc: Guy Murphy/UK/MAID)
Subject:  XSL Parameters was: RE: Accessing XSL context




One trick I've used to fake XSL parameters is to add attributes to the
document prior to passing it to the XSL transformer. This leads to use of
<xsl:value-of match="/root/@Parameter1" />
the ability to declare constants would improve the efficiency (it seems) of
transformation by eliminating the multiple re-evalation of patterns, as
well
as assisting with the context issue.
Jonathan Borden
http://jabr.ne.mediaone.net


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






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


Current Thread