mwilliamson / python-mammoth

Convert Word documents (.docx files) to HTML
BSD 2-Clause "Simplified" License
785 stars 121 forks source link

implement xml properties and html attributes for "transform" usage #114

Closed caramdache closed 2 years ago

caramdache commented 2 years ago

From https://github.com/zt50tz/python-mammoth/commit/302f55a861ebca4171ab3ae786f9df987c8edbbb

This allows to write transforms such as: https://github.com/zt50tz/python-mammoth/blob/master/recipes/html_attributes.py

See issue https://github.com/mwilliamson/python-mammoth/issues/63 (support for colour)

mwilliamson commented 2 years ago

This seems to be related to #113, so closing for similar reasons.