Named Bindings within a Charta database are now exported and imported along the global variables.
Exports to XML will from now on also include the named bindings contained within a database. Importing one of these XML dumps will also add said bindings to the NAMED_BINDINGS bootstrapped list. This feature in conjunction with the generate named bindings function ensures that from now code that uses generated bindings will no longer have to be rebound after an export/import cycle.
Old database exports should still import correctly. New database exports can be recognized by the version="1" attribute on the root element of the XML.
