G-Node / python-odml

odML libraries
http://g-node.github.io/python-odml/
BSD 4-Clause "Original" or "Old" License
24 stars 30 forks source link

`odml.save` does not allow to include stylesheet #402

Closed JuliaSprenger closed 4 years ago

JuliaSprenger commented 4 years ago

Saving an odML structure to xml and automatically having the style included is only possible when explicitely using XMLWriter by setting local_style=True. I think it would be more user friendly and increase the visibility of the option to include the stylesheet by also permitting odml.save(local_style=True).