报告 Scala xml 表示法中未关闭或未打开的 xml 标记。

在以下示例中,open 被标记为未打开:


  val someXml =
    <xml>
      </open>
    </xml>