1) Split at cursor does not make sense, what if the cursor is not at a location where splitting is legal? If you want to split based on the code view, right click and choose split at multiple locations, that will allow you to split based on tag id/tag name, basically any XPath
2) I dont know what you mean by minimal match. If you want quantifiers like * and + to be non-greedy simply follow them with a ? in the expression.
|