Reports unclosed or unopened xml tags in Scala xml notation.
xml
In the following example, open is marked as unopened:
open
val someXml = <xml> </open> </xml>