[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: accessing info outside current context

Subject: Re: accessing info outside current context
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Thu, 18 Oct 2001 11:35:14 +0100
Re:  accessing info outside current context
Hi Rose,

> The user has access to both workbooks, so when you first enter the
> application, both icons appear as expected. After the user clicks
> the icon to execute the PSR workbook, the context changes, and the
> icon for Cockpit disappears! Similarly, if the user clicks the
> Cockpit icon, the PSR icon disappears. I want both icons to appear
> no matter what.

Using paths that start with a '/' should work, because they always go
from the root node of the document that holds the current node. So if
those aren't working, then I think you must be changing the document
on which the XSLT stylesheet is working when the user clicks on the
icon.

You might therefore be able to get around this problem if you use the
document() function to access the original document, and create a path
that works relative to that, e.g.

  document('workbooks.xml')/discoverer/account/eul
    /workbook[@name = 'DISCADMIN.Cockpit']

Alternatively, if you know that you always want both icons to appear,
then why not remove the xsl:ifs altogether and just always insert both
icons?

Do send more details about what the links access and so on if the
above doesn't help.

Cheers,

Jeni

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


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.