Added support for additional xml types to DOMParser::parseFromString

This commit is contained in:
Andrew Fluth 2016-06-01 20:30:12 -05:00
parent 0594d58bc8
commit 9f2bd6779a
3 changed files with 7 additions and 22 deletions

View file

@ -8,9 +8,9 @@
enum SupportedType {
"text/html",
"text/xml"/*,
"text/xml",
"application/xml",
"application/xhtml+xml",
"application/xhtml+xml"/*,
"image/svg+xml"*/
};