[Home] [By Thread] [By Date] [Recent Entries]
> Is there any easy xslt function for removing white space in an element other > than strip-space. I have an element which contains urls, some of which have > white space in the middle of the url. Strip-space won't help with this. translate($string, ' ', '') will remove all spaces from $string HTH, Anton
|

Cart



