XML就像是扩展应用范围的HTML

XML就像是扩展应用范围的HTML,HTML固定为

<html>

    <head></head>

   <body></body>

</html>

而XML可在<>内任意定义,例如:

 <movie>

  <title></title>

  <content></content>

</movie>

原文地址:https://www.cnblogs.com/f2e520/p/4918793.html