Does anyone know of a linter for RTF files?
I am writing an simple RTF export tool for a word processor. I've got to the stage where my generated files now load into OpenOffice and seem to work --- except I've just discovered that if I edit it from within OpenOffice, save it, and the load it back into OpenOffice, it mysteriously changes. My hypothesis is that my style sheet and list table aren't laid out properly and it's producing strangely deformed datastructures inside OpenOffice.
I'd really like a tool that will look at my RTF file, match it against the spec, and tell me what I'm doing wrong...
I'm on a Linux environment, but this is a cross platform app so I'm willing to use Windows tools as well if anyone has one.