FelixSchwarz / mjml-python

Python implementation for MJML - a framework that makes responsive-email easy
MIT License
76 stars 16 forks source link

cleanup "innerXML" functionality of mj-raw #10

Closed FelixSchwarz closed 2 years ago

FelixSchwarz commented 3 years ago

The "innerXML" functionality for mj-raw is marked as "ugly" and should be cleaned up.

@barsch wrote:

there are multiple approaches to solve it: https://stackoverflow.com/questions/4624062/get-all-text-inside-a-tag-in-lxml https://stackoverflow.com/questions/11122397/how-do-i-get-the-whole-content-between-two-xml-tags-in-python I don't mind which one to use