How do you load an HTML DOM document into Scala? The XML singleton had errors when trying to load the xmlns tags.
import java.net._ import java.io._ import s
Try using scala.xml.parsing.XhtmlParser instead.
scala.xml.parsing.XhtmlParser