Re: [xslt] xsl:document (intenially?) escaping filenames
- From: Achim Reckeweg <Achim Reckeweg Sun COM>
- To: veillard redhat com, The Gnome XSLT library mailing-list <xslt gnome org>
- Cc:
- Subject: Re: [xslt] xsl:document (intenially?) escaping filenames
- Date: Tue, 21 Sep 2004 10:46:16 +0200
Hi Daniel,
thanks for the comments
Daniel Veillard wrote:
Here is the code excerpt
<xsl:variable name="outFile" select="concat( 'mp3/Artist/',
current()/../FileName, '/', ArtistName, '/index.html')"/>
<xsl:document href="{$outFile}" method="html" encoding="UTF-8">
xsl:document href is an URI Reference, this is not a file path.
Hmm, okay but what about relative URI's ?
It is absolutely possible to have a base ref and afterwards put
something like href="xy/abc.html" as an URI.?
Subscribe for further feedback see the guidelines !
http://xmlsoft.org/XSLT/bugs.html
Already done,
Thanks Achim
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]