Ryan's District Boards

Computer, programming, and webmaster help , support , tips and tricks => Tutorials Zone! => Internet webmaster computer programming technology tips and tricks => XML Tutorials => Topic started by: ben2ong2 on October 05, 2006, 04:59:20 PM

Title: XML Elements Must be Properly Nested
Post by: ben2ong2 on October 05, 2006, 04:59:20 PM
Improper nesting of tags makes no sense to XML.
In HTML some elements can be improperly nested within each other like this:
This text is bold and italic
In XML all elements must be properly nested within each other like this:
This text is bold and italic