I loaded a HTML file with all <hr class="sigil_split_marker" /> in place. I right clicked in the code view. Xpath window came up and I pasted <hr class="sigil_split_marker" />. Although the Xpath says a tag of any class nothing happens.
It seems to me that a unique string e.g. <hr class="sigil_split_marker" />
is all that is needed. For those with more complex requirements, the Xpath is available.
KISS is always good.
|