Hi, I have a list data type of document type. How can I replace any of the list item with a new document.I tried doing the following for replace document in a list item:'/process_data/@intvar' = 2'/process_data/listvar[number(/process_data/@intvar')]' = '/prcess_data/documentNew'Somehow, it did not ...