XML syntax rules


  Translation results:

XML is designed to transmit and store data.

HTML is designed to display data.

XML syntax rulessyntax

The syntax rules of XML are simple and logical. These rules are easy to learn and easy to use.

XML syntax rulesexample

<?xml version="1.0" encoding="UTF-8"?>
<note>
  <to>Tove</to>
  <from>Jani</from>
  <heading>Reminder</heading>
  <body>Don't forget me this weekend!</body>
</note>

Popular Recommendations

Home

Videos

Q&A