RE: concat Param and String in XSL

Subject: RE: concat Param and String in XSL
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Fri, 21 Apr 2000 14:52:19 +0200
redirect:write is an extention element (Xalan, I think?), so I don't know if
it works with expressions. You could ask on your XSLT processor's mailing
list. 

But did you try putting a space between the first and second argument of
concat()? I just noticed it isn't there in your example, but it definitely
should be! 
concat($targetdir, 'de_hotels/hotel[@id].html')
                  ^

> -----Original Message-----
> From: Marc Tricou [mailto:Quarc@xxxxxx]
> Sent: Friday, April 21, 2000 2:27 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: concat Param and String in XSL
> 
> 
> Hi!
> 
> > >   <redirect:write 
> file="concat($targetdir,'de_hotels/hotel[@id].html')">
> 
> But so it creates a folder with the name "concat($targetdir,de_hotels"
> and in there a file called "hotel1,'.html')".
> Damn! It seems that redirect:write  can't work with expressions,
> right?  (I know that $targetdir ends with a slash).
> 
> Marc
> 
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread