In the Crystal standard library, the HTML and XML parser options both have NONET
. What does this option do to modify XML.parse
/XML.parse_html
parsing?
It disables any network connections while parsing, for example connecting to the internet to retrieve XML DTDs.