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
Hi, I was trying to add a lang attribute to html , however, there is no method in class Document that allow me to get <html> element or adding attribute to it.
I ended up getting the HTML string using getHTML() and edit using regEx.
Is it possible to add some code to getHTML() to make it easier?
Hi, I was trying to add a
lang
attribute tohtml
, however, there is no method in classDocument
that allow me to get<html>
element or adding attribute to it.I ended up getting the HTML string using
getHTML()
and edit using regEx.Is it possible to add some code to
getHTML()
to make it easier?For example:
The text was updated successfully, but these errors were encountered: