English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

you mean like this?


Tove
Jani
Reminder
Don't forget me this weekend!


go here to learn more

http://www.w3schools.com/xml/default.asp

2007-03-28 21:04:10 · answer #1 · answered by Anonymous · 2 0

XML is a meta language, something being "meta" means it had only few rules to follow, in XML's case:

1. tags are $gt; and $lt; and must match with / closing in pairs or / at the end of name in standalone cases.
2. there are some fixed escape code such as the greater/less than above and quotation marks and so on.
3. nesting must proper just as math parenthis must be proper in their use.
4. only one root tagging pair; since XML editors show the docs as a tree, in fully closed form the GUI should show only one tag.
5. two levels of compliance: well-formed and valid; the first follow the above rules the second has the additional requirement of following some particular semantic definition with structure of tags.

I may have left something out.

2007-03-29 04:02:16 · answer #2 · answered by Andy T 7 · 1 0

fedest.com, questions and answers