Re: [xsl] Locating Things Relative to Location of Style Sheet

Subject: Re: [xsl] Locating Things Relative to Location of Style Sheet
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 5 Dec 2002 12:04:16 -0700 (MST)
David Carlisle wrote:
> > Is there a way using normal XSLT facilities to get or operate relative 
> > to the location of the style sheet without passi
> 
> document(@src,document(''))

I think he needs to just output a reference, though. He has the relative
reference and needs to merge it with the stylesheet's document URI to produce
an absolute reference.

In other words, he needs the URI of the document that would be parsed using
your technique, not the document [or its root node, rather] itself.

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

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


Current Thread