how to prevent arbortext from inserting attributes automatically and other arbortext tags
Basically title.
I have a bunch of tables generated with a script and they are relatively small files. However, if I open them in arbortext and then save, they're all saved with attribute info and other abortext tags. This isn't ideal as it clutters the info and makes it hard to navigate line to line changes.
The attributes that get added are not weird, as in they exist in the dtd, however, I would like arbortext to not insert these. I'd also like to prevent it from adding <? ?> tags as they also interfere. Additionally, it likes to shift lines in the code based on some arbitrary number the user can set - width and that may differ between users. If i set it to a high number the code is still janky and any pretty print I apply externally gets tossed out the window.

