drawpyo icon indicating copy to clipboard operation
drawpyo copied to clipboard

Move XMLBase.xmlify out of class and to a function

Open MerrimanInd opened this issue 1 year ago • 1 comments

This doesn't need to be inherited since it makes no use of other class-owned data or functions. Move it to its own function and fix all callers.

MerrimanInd avatar Mar 26 '24 03:03 MerrimanInd

Can you also add the following to the replacement_dict? xmlize["\n"] = "
" # Newline xmlize["\t"] = "	" # Tab xmlize["\r"] = "
" # Carriage return

jsam-jhg avatar May 02 '25 01:05 jsam-jhg