Is the intent here to pass XML data in on the fly? Not only. First thoughts were about loading data from embedded resources or network services, but now I think about setup any printing parameters using xml. For example, I want to setup inks with custom head offset values. With this functionality I don't need implement additional functionality, I can modify existing xml easily with golang or c++ But regardless, I'm not sure this can be accepted in its current form -- it adds global state that affects...
Is the intent here to pass XML data in on the fly? Not only. First thouths were about loading data from embedded resources or network services, but now I think about setup any printing parameters using xml. For example, I want to setup inks with custom head offset values. With this functionality I don't need implement additional functionality, I can modify existing xml easily with golang or c++ But regardless, I'm not sure this can be accepted in its current form -- it adds global state that affects...
Add possibility to load xml files from custom source
add possibility to load xml files from custom data source
Missed sentinel around config.h (2)
missed sentinel around config.h
Missed sentinel around config.h
missed sentinel around config.h