News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Well Formed XML Documents

Started by ben2ong2, October 05, 2006, 05:09:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ben2ong2

A "Well Formed" XML document has correct XML syntax.
A "Well Formed" XML document is a document that conforms to the XML syntax rules that were described in the previous chapters:
·   XML documents must have a root element
·   XML elements must have a closing tag
·   XML tags are case sensitive
·   XML elements must be properly nested
·   XML attribute values must always be quoted
<?xml version="1.0" encoding="ISO-8859-1"?><note><to>Tove</to><from>Jani</from><heading>Reminder</heading><body>Don't forget me this weekend!</body></note>
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login