This tutorial is obsolete. Please, use the
new one.
Description
For each location x in the argument location-set,
start-point adds a location of type point to the result location-set. That
point represents the start point of location x.
Root element
In case of root element the container of the start-point
is the root element itself and the index is 0.
XPointer: xpointer(start-point(/))
X <?xml version="1.0"?>
<xml:comment> My comments here. </xml:comment>
<AAA> <BBB bbb="111"> Text in the first element BBB.</BBB> <BBB bbb="222"> Text in another element BBB. <DDD ddd="999"> Text in more nested element.</DDD> </BBB> <CCC ccc="123" xxx="321"> Again some text in some element.</CCC> </AAA>