Github user lewismc commented on a diff in the pull request:
https://github.com/apache/any23/pull/104#discussion_r208058008
--- Diff: test-resources/src/test/resources/html/rdfa/basic.html ---
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
--- End diff --
Seems like a strange addition. Can you explain?
---