Replies: 1 comment
-
We could extend the APIs to add a loadHtml method. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using FluidXML on a side project and I've just discovered it doesn't play well with HTML.
Looking further into, I can see that
DomDocument
callsloadXML()
instead ofloadHTML()
From php.net docs:
I assume changing to
loadHTML()
will be a breaking change. Just wondering what are my options?Beta Was this translation helpful? Give feedback.
All reactions