Search found 3 matches

by amjc
Tue Dec 19, 2023 1:11 am
Forum: General XML Questions
Topic: programmatically add wrapping tags
Replies: 1
Views: 267

programmatically add wrapping tags

Hi, I want to replace this <entry namest="col1" nameend="col2"><para>Foo with this <entry namest="col1" nameend="col2"><para><emphasis role="bold">Foo</emphasis> I've done this kind of thing with Python xml.etree.ElementTree, but is there a way to do...
by amjc
Thu Dec 07, 2023 7:30 pm
Forum: General XML Questions
Topic: regex not selecting last end of line
Replies: 1
Views: 326

regex not selecting last end of line

Hi, I want to delete (i.e. replace wiith nothing) the first three lines of this code <row> <entry namest="col1" nameend="col2"/> </row> <row> and when I use this regex <row>$\s*<entry namest="col1" nameend="col2"\/>$\s*<\/row>$\s It doesn't select the final eo...
by amjc
Fri Mar 31, 2023 3:59 pm
Forum: Feature Request
Topic: Term Lists (.tdi) file usage
Replies: 2
Views: 623

Term Lists (.tdi) file usage

Hi, first post, love the product. We're using .tdi file, shared on a network drive, and have questions: * what are "forbidden" words? * is there a comments syntax format for the .tdi? * is the best practice to use the .tdi to collect exceptions to the standard dictionaries, but ultimately ...