For instance, what XPath would return "text one", "text two", and "text three"?
<root>
<item>
<richtext>
<par>
<break />
text one
<break />
text two
<break />
text three
</par>
</richtext>
</item>
</root>
The number of <break/>
tags varies.