What is the difference between a single slash(/) and a double slash(//) in XPath?

What is the difference between a single slash(/) and a double slash(//) in XPath?

Hey Tim

To answer your question, In XPath, a single slash is used for creating absolute XPaths, beginning from the root node. Whereas double slash is used for creating relative XPaths.