HI, please try the following
//dl[dt/text()='Email Address']/dd
This essentially corresponds to:
Find a dl element that has a direct childdt element with text 'Email Address'
Find a direct child element dd under the dl element
You can then use it in Object Cloning.