[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] accessing info outside current context


Subject: Re: [xsl] accessing info outside current context
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Mon, 22 Oct 2001 17:18:35 +0100

Hi Rose,

> The document function chokes on the url below because it is
> expecting the url to point to a file (I think). The first part of
> the url, http://hbcora59/psr/Viewer is a call to the discoverer
> server, and the result is an xml document, but somehow this isn't
> good enough for the document command.

It might have been my fault for forgetting to point out that you'd
need to escape the ampersands when you used the call in an XSLT
stylesheet (the error would be very low-level if you didn't do that).
In the stylesheet, it should look like:

<xsl:variable name="workbooks"
  select="document('http://hbcora59/psr/Viewer?_but=Connect&amp;db=dwbspt11&amp;nlsl=en-us&amp;in=dwb&amp;_in=dwb&amp;lc=false&amp;us=rpekarek&amp;fm=xml&amp;ac=rpekarek')" />

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


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



Current Thread
Keywords