RE: [xsl] interactive: calling CGIs using document("") function

Subject: RE: [xsl] interactive: calling CGIs using document("") function
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 4 Apr 2003 09:54:17 +0100
>    <xsl:value-of 
> select="document('http://localhost/foo/bar.cgi?input={$some_in
put}')"/>

No problems with your design approach, but you can't use an AVT inside
an XPath expression. You need to build the URI using concat().

Also be aware that if you use the same URI twice, you will get the same
document back, which may not be the latest data.

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