backend icon indicating copy to clipboard operation
backend copied to clipboard

Refactor XMLGenerator

Open indocomsoft opened this issue 6 years ago • 4 comments

indocomsoft avatar Aug 08 '18 16:08 indocomsoft

@indocomsoft can you explain in what way it needs to be refactored?

martin-henz avatar Feb 13 '19 13:02 martin-henz

Refactoring using macros, cos right now I have to keep on creating new functions for each tag. Instead the block could be passed to a macro that will automatically convert each function to a new tag.

This is strictly very low priority, cos its only used for testing the xml parser.

indocomsoft avatar Feb 14 '19 03:02 indocomsoft

OK, will keep it around as "_postponed".

martin-henz avatar Feb 14 '19 06:02 martin-henz

I can work on this since im gonna be touching on the xml_parser!! will refractor accordingly.

jiachen247 avatar Jun 06 '19 04:06 jiachen247