mbsim-env / mbsim

A multi-body simulation software
https://www.mbsim-env.de
GNU Lesser General Public License v2.1
42 stars 16 forks source link

XML namespace <-> prefix mapping #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a priority based mapping between XML namespaces and prefixes:
Each MBSim module should define a mapping between their namespace and a 
preferred prefix. Or better multiple prefixes with a priority.
This should be done using the ObjectFactory.

According to this information the writeXML function of MBSim should use proper 
prefixes including a proper namespace for the default (empty) prefix.
This will lead to more readable XML file generated by MBSim.

Original issue reported on code.google.com by friedrich.at.gc@googlemail.com on 4 Oct 2012 at 12:39

GoogleCodeExporter commented 9 years ago
Implemented with r1906

Original comment by friedrich.at.gc@googlemail.com on 8 Oct 2012 at 7:39