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
I would like to work on this, however I have a few questions.
What does having configs in html accomplish and why not just use xml instead ?
Following the previous question, what does validating a html file mean ? Does it mean that it is 'well-formed' to the standard or does it mean a browser can render it ? because browsers can render ill-formed html files.
According to my understanding, using golang.org/x/net, we can parse a string, to a dom tree and again convert it to a string to compare with the input and they should compare equal if the html is well formed.
One potential library is golang.org/x/net
The text was updated successfully, but these errors were encountered: