select a kind with a part of its content
Posted: Sat Aug 17, 2013 10:15 am
I need to extract a text inside a code like :
To get each value (Dylan, Bob and 26), I try to define kinds based on a part of each text value.
For example, for the firts name kind, I need to define inside the kind editor that I want the Inner Text with "First name:" inside.
How can I do that ? Is it possible to select a property in the kind editor by given only a part of its value ?
Thanks for your help
Jean-marc
Code: Select all
<p><strong>Name: </strong>Dylan</p>
<p><strong>First name: </strong>Bob</p>
<p><strong>Age: </strong>26</p>For example, for the firts name kind, I need to define inside the kind editor that I want the Inner Text with "First name:" inside.
How can I do that ? Is it possible to select a property in the kind editor by given only a part of its value ?
Thanks for your help
Jean-marc