Web Data Management
What is the right syntax of the doc() function ?

doc("bookdetails.xml")
doc("bookdetails.xml");
doc('bookdetails.xml')
doc(bookdetails.xml);

ANSWER DOWNLOAD EXAMIANS APP