For example the text in the file "D" starts with (using pseudo XML to indicate the attribute):
<item>D,d</item>
lots of text in many paras, but with no instances of the "item" attribute
<item>dactylology</item>
a couple of lines
<item>dagger</item>
more text
<item>...
I would like to be able at least to separate these into Nisus open windows called "D,d" "dactylology", "dagger",..., (there would be a lot of windows), and preferably to write them out automagically to files with those names.
The first step would seem to be to select all text between one occurrence of the pattern <item>xxx</item> and the next. I haven't even been able to produce that selection looking for the first item text in a manual find with either PowerFind or PowerFind Pro, which makes it rather hard to try to start writing a macro to do the job for all the items.
