On 2/20/07, sujoy ray <[EMAIL PROTECTED]> wrote:
Hi!! Alex, Can you please see this code and tell me the necessary change? <copy> <from> substring-before($AssetsOut.getResourceReturn,'#$#$#$#$')</from> <to variable="tmpVar"/> </copy> <copy> <from> substring-before(tmpVar,'####')</from> <to variable="ClientInput" part = "combinedStr"/> </copy>
Did you forget the "$" before tmpVar in the above? alex