On Saturday 20 September 2003 12:10 am, Tod Harter wrote:
> The problem is that you're trying to use a result-tree fragment as a
> node-set. You need the exslt node-set() function. Luckily its supported
Maybe, but why am I getting problems *before* trying to use the variable?
Just adding
  <xsl:variable name="leftcontent" select="document('/gcgi/left.cgi')"/>
to my stylesheet - without ever referencing $leftcontent - makes it fail.
OTOH a static XML file, i.e
  <xsl:variable name="leftcontent" select="document('/german/index.xml')"/>
works OK.

I think the problem is that AxKit fails to parse /gcgi/left.cgi because it 
reads it as a file. Is there some configuration setting (I thought about 
AxStyleProvider but which provider should I use?) making AxKit to go
through Apache when fetching URLs?

        Bye
                Vasek

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to