Bug in multi-file find & replace?
Posted: Wed Dec 26, 2007 10:59 pm
I'm observing some differences in the single- and multi- file find & replace. I'm trying to find instances of:
<note>...</note>
<note>...</note>
and collapse the notes together - thus:
<note>... ...</note>
To do so, I am searching for:
</note>\s*<note>
and replacing this string with a single space. This works fine in single-file find and replace, but not in multi-file find and replace. Any suggestions? I'm using oXygen 9.1 on WinXP.
Thanks!
Joe
<note>...</note>
<note>...</note>
and collapse the notes together - thus:
<note>... ...</note>
To do so, I am searching for:
</note>\s*<note>
and replacing this string with a single space. This works fine in single-file find and replace, but not in multi-file find and replace. Any suggestions? I'm using oXygen 9.1 on WinXP.
Thanks!
Joe