RE: relative and base URIs when using document() function

Subject: RE: relative and base URIs when using document() function
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Fri, 7 Apr 2000 09:11:03 +0200
> But there's one great possibility: I propose the fantastic 
> way of trial and
> error!
I had this frustrating feeling that I had already tried everything I could
think of, but you induced me to try a little more still, and I now have a
working stylesheet! 

> 3) you may modify the second argument

Modifying the second argument is what worked for me. Instead of having 
	<xsl:for-each select="document($path, .)">

I wrote 
	<xsl:for-each select="document($path, /)">

And modified my $path a very little. That solved it!

Thanks for the encouragement. 

Linda


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


Current Thread