I have realized that in OOo the regular expression search consistently returns the longest possible match within the paragraph.
I am reformatting an XHTML text (and want to do within OOo, no XML processor), for instance:
<p class="Standard">Escriba aqu� Espa�a, Ca<span class="T1">2+</span> con <span class="T2">acentos</span> <span class="T3">Cami�n</span>, y con griegas alfa:<span class="T4">α</span>, beta: <span class="T4">β</span>, y DELTA: <span class="T4">Δ</span> {T}</p>
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.
I would greatly appreciate any tip on this topic TIA,
- Enrique -
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
