Re: [xsl] problem with document(concat

Subject: Re: [xsl] problem with document(concat
From: Wolfhart Totschnig <a9507073@xxxxxxxxxxxxxxxxx>
Date: Thu, 26 May 2005 17:13:26 +0200
Hi Michael,

Thanks a lot for your prompt reply! You were right, in my case the stylesheet is in a different (that is, the superordinate) directory, that's why it didn't work. Now it does.
An alternative to what you described would obviously be
document(concat('files/',.,'.xml'))
where "files/" is the path from the stylesheet to the source document.
Thanks again!
Wolfhart


Current Thread