rennat / pynliner

Python CSS-to-inline-styles conversion tool for HTML using BeautifulSoup and cssutils
http://pythonhosted.org/pynliner/
181 stars 93 forks source link

Added support for XML parsing #61

Open AkashKarnatak opened 4 years ago

AkashKarnatak commented 4 years ago

Added support for XML parsing, because attributes of XML tags are case-sensitive.

Now pynliner can convert CSS stylesheets to inline CSS for SVG images as well. Since SVG images use XML format, this feature was necessary.