-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] Add simplexml_load_stream(), HTMLDocument::createFromStream(), XMLDocument::createFromStream() #17522
base: master
Are you sure you want to change the base?
Conversation
706b4e2
to
fcc13f6
Compare
This an interesting feature (again). Another method I would love to see - which is very close to this PR - is XSLTProcessor::transformToStream. In that case XSLTProcessor::transformToUri would become a simplified version of the new transformToStream method. |
Hi Frederik That makes sense, and shouldn't be hard at all to add. |
Not a fan of |
fcc13f6
to
086ea4c
Compare
415c2fb
to
1e55758
Compare
RFC text to be written, WIP
Adds functionality to load XML/HTML from an already opened stream.