Re: [xslt] xsl:document (intenially?) escaping filenames



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]