XML就像是扩展应用范围的HTML,HTML固定为
<html>
<head></head>
<body></body>
</html>
而XML可在<>内任意定义,例如:
<movie>
<title></title>
<content></content>
</movie>
XML就像是扩展应用范围的HTML,HTML固定为
<html>
<head></head>
<body></body>
</html>
而XML可在<>内任意定义,例如:
<movie>
<title></title>
<content></content>
</movie>