``` scala.xml.parsing.ConstructingParser.fromSource(scala.io.Source.fromString("<div><<</div>"), false).document res0: scala.xml.Document = Document(<div>< <</div>) ``` Note the space between the two `<`.