Friday, January 26, 2007

the differences between XML and HTML?

XML
User definable tags
Content driven
End tags required for well formed documents
Quotes required around attributes values
Slash required in empty tags

HTML
Defined set of tags designed for web display
Format driven
End tags not required
Quotes not required
Slash not required.


SOURCE : www.referjava.com

No comments: