Are there any chapter headings using the <h > tags? You could split on those.
If not, then I would run a Search and replace.
Search <p class="p1">* * *</p>
Replace <h2>* * *</h2>
Then split on the h2 tags. Then run another S&R to delete those tags once finished.
|