Example XML:
<root> <section>Hello!</section> <section>World!</section> </root>Example XPath:
/root/sectionThis would give back a list with two values, "Hello!" and "World!".
Of course XPath is much more powerful. The different features will be discussed in this chapter.