[Simple-support] Extend Format and Formatter classes
Brought to you by:
niallg
|
From: Max S. <ma...@se...> - 2013-02-21 21:22:51
|
Hi there! I posted a question at Stackoverflow: http://stackoverflow.com/q/14955902/2086717 It affects the usage of empty element tags of the produced XML data. The proposed answer using an own Converter is somewhat complex and absolutely unnecessary for such a simple matter. PLUS the fact complex class architectures cannot be done "user-friendly" by converters since there seems no way to get out of the user-defined converter back to the ones Simple integrates to automatically output the class hierarchies. I looked through the source of Simple and think that it should be VERY easy to enhance the Formatter and Format classes to enable this feature. What is the suggested way to present an implementation to you? Or are you uninterested in user implementation proposals? Best regards Max Senft |