The documentation for xmlNewDoc()
says the version
argument has to take a string of “1.0”. However, XML 1.1 was released in 2006. I also don’t see anything in xmlNewDoc()
or its immediate vicinity that would limit it to 1.0, besides 1.0 being the default.
Do you think it’s acceptable to pass “1.1”? If so, can we update the documentation?