Quote:
	
	
		| 
					Originally Posted by Jaws  I was afraid of that.
 The only other option I can see is to manually drop fake-code markers like
 
 <p class="splitbabyhere"></p>
 
 into the index.xhtml file at the desired split points -- but then I still can't be sure that an xpath statement would work correctly. Since I don't use xpath for anything else, I'd almost certainly screw it up even if that's the right approach, especially working on a new machine with an oversensitive touchpad.
 | 
	
 Hey I use <div class="splithere"> </div> 
 
It works just fine 
Just do whatever to place the split point markers.
The Right-click in the code:split at multiple locations:
	Code:
	//h:div[re:test(@class, "split_here", "i")]
 After the split, you will need to bulk remove the 'marker'