You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: When loadXML or loadHTML is called, the DOMDocument should preserve any existing
settings.
Fixes#6034Fixes#5412
Reviewed By: @jwatzman
Differential Revision: D2357973
We use SimpleXMLElement to build Android string translations which we output to a file[0]:
In 3.6.5+dfsg1-1+wm1, this produced nice XML. e.g.:
In 3.8.1, all the newlines and whitespace are stripped to produce a minified but difficult to read output:
We're currently tracking this issue for translatewiki.net and the Wikipedia Android app here[1].
[0] Full source example here: https://3v4l.org/OjDaB
[1] https://phabricator.wikimedia.org/T109402
The text was updated successfully, but these errors were encountered: