how can I match this (when “strong” is the only child of “p” and “p” is without text ):
<div><p><strong>lorem ipsum</strong></p></div>
but not this (when “p” has text also):
<div><p>lorem ipsum<strong>lorem ipsum</strong>lorem ipsum</p></div>
Thank you very much!
]]>