>I would like to know how to perform the following >with Xalan: I have a string of multiple lines and >would like to add a "//" at the beginning of every line.
This is an instance of the "replace text" problem. The answer to this and other generic XSLT questions can be found at the XSL FAQ at http://www.dpawson.co.uk You can't use the translate() function because that only does single-character-to-single-charcater translations. .................David Marston
