CssToInlineStyles
CssToInlineStyles copied to clipboard
Add ability to set lib xml parameters
Motivation
This library fails to parse documents with high nesting levels. Use of LIBXML_PARSEHUGE
is required in such cases.
Resolves another unmerged PR https://github.com/tijsverkoyen/CssToInlineStyles/pull/204 Closes https://github.com/tijsverkoyen/CssToInlineStyles/issues/200
@stof any thoughts on my three PRs? They should all be pretty harmless (new methods, previous functionality unchanged)
@stof Any update on this? I need this as well.