Scala xml 표기 내 닫히지 않거나 열리지 않은 xml 태그를 보고합니다.

다음 예시에서 open은 열리지 않은 것으로 표시됩니다.


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