Is there any difference between 'valid xml' and 'well formed xml'?

前端 未结 14 2773
清酒与你
清酒与你 2020-11-21 04:43

I wasn\'t aware of a difference, but a coworker says there is, although he can\'t back it up. What\'s the difference if any?

14条回答
  •  自闭症患者
    2020-11-21 05:49

    I'll add that valid XML also implies that it's well-formed, but well-formed XML is not necessarily valid.

提交回复
热议问题