2021-03-29 21:55:26 +04:30
|
|
|
# XML Dialogs
|
2012-03-06 16:28:44 +00:00
|
|
|
|
|
|
|
This code is used to (de)serialize basic dialogs to XML for storage
|
|
|
|
inside documents. While the XML -appears- to have some hierarchical
|
|
|
|
structure, that is only a fabrication, parsing and underlying toolkit
|
2021-03-29 21:55:26 +04:30
|
|
|
widget structure is sadly linear and flat.
|