J
johkar
I have a rather long unbroke string (a URL) which I would like to break
at certain points using XSL. I can't seem to get translate() to work:
translate(.,'/',,'<wbr>/</wbr>')
I don't know that the <wbr> tag is valid, but if can stick something
within the string I think I can figure out a way for it to wrap.
at certain points using XSL. I can't seem to get translate() to work:
translate(.,'/',,'<wbr>/</wbr>')
I don't know that the <wbr> tag is valid, but if can stick something
within the string I think I can figure out a way for it to wrap.