XML

2018-12-18  本文已影响0人  名字都被取完了妈个鸡
1. The Difference Between XML and HTML
2. Example of XML
<?xml version="1.0" encoding="UTF-8"?>
<note>
  <date format="yyyy-mm-dd">2018-12-18</date>
  <hour>21:00</hour>
  <to>N.M</to>
  <to N.M />  #the same as above
  <from>Zhang</from>
  <body>Don't forget that thing</body>
</note>
3. XML Attribute
<date format="yyyy-mm-dd">2018-12-18</date>

The thing format="yyyy-mm-dd"is the attribute, and it must always be QUOTED

4. XML Comments
<!-- This is a comment -->
上一篇下一篇

猜你喜欢

热点阅读