Closed benjaminpick closed 4 years ago
This introduces a new method setLibxmlOptions loadHTML() will be called with these options. So, for example:
setLibxmlOptions
$syllable->setLibxmlOptions(LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD);
will omit the Doctype and the html tags.
This introduces a new method
setLibxmlOptions
loadHTML() will be called with these options. So, for example:will omit the Doctype and the html tags.