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: accessing info outside current context


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]