What xslt methods are available to select text after several dots/characters in the textnode?
<con1:node>
<con2:node name="SomeName">
<con2:path>'www.example.com.itsanexample.step1.step2.step3'</con2:path>
</con2:node>
<con1:node>
For example www.example.com.itsanexample.step1.step2.step3
Where I want only the 4th word step1
as output.