James Plante wrote: >>>> >>>> But I need to locate the shortest match. An example "<span.*</span>" >>>> selects almost the entire paragraph above, while I need just each >>>> tag, one after the other. >>> >>> try "<span.*?</span>" >>> ? is the lazy match mark. It works in Perl anyway... >> >> Already tried, but without luck! >> Thanks anyway! >> > Enrique, > These RegExp's in OOo are greedy, and they work only within paragraphs. > So you'll have to transform each set of tags into a paragraph.
Thanks James, that was indeed what I did. Now I have the HTML problem above and this one (to solve the former) fixed and macro running. regards - Enrique - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
