A: 

Are you looking for url = "{@Status}.aspx ? ID = {@ID}" ?

If it is not please elabrate your question.

Hojo
Thanks for the quick response.. actually I am looking some thing different Redirect the page based on the status value In XSLT how do I check IF @Status = "Draft" {ddwrt:GenFireServerEvent('_commit;_redirect={*DRAFT.aspx?ID=@ID}')};ELSE IF @status = "Save" {ddwrt:GenFireServerEvent('_commit;_redirect={*SAVE.aspx?ID=@ID}')};ELSE IF @status = Submit" {ddwrt:GenFireServerEvent('_commit;_redirect={*SUBMIT.aspx?ID=@ID}')}; Hope you got some problem
Deepu