Suppose the word is future.
In the find dialog in oXygen, when I activate regex and Enable XML search options > PIs, the following regex (unfortunately) matches a PI that includes comment="future: purpose-action":
Code: Select all
(?!.*future).*

Post by skeptamistic » Thu Oct 01, 2020 2:28 am
Code: Select all
(?!.*future).*
Post by adrian » Thu Oct 01, 2020 12:57 pm
Code: Select all
(?<=<\?)((?!future).)*?(?=\?>)
Post by skeptamistic » Fri Oct 02, 2020 1:10 am
Return to “DITA (Editing and Publishing DITA Content)”
This website was created & generated with <oXygen/>®XML Editor