<h1>Title I</h1> Some text 1 <h2>Subtitle 11</h2> Some another text 11 <h2>Subtitle 12</h2> Some another text 12 . <h1>Title II</h1> Some text 2 <h2>Subtitle 21</h2> Some another text 21 <h2>Subtitle 22</h2> Some another text 22 . . .
I need to create a tree like:
<sec> <title>Title I</title> Some text 1 <sec> <title>Subtitle 11</title> Some another text 11 </sec> <sec> <title>Subtitle 12</title> Some another text 12 </sec> </sec> <sec> <title>Title II</title> Some text 2 <sec> <title>Subtitle 21</title> Some another text 21 </sec> <sec> <title>Subtitle 22</title> Some another text 22 </sec> </sec>