what does well-formed means?
Answer / harish
--> All tags must be balanced
--> All attribute values must be in quotes
--> Any EMPTY element tags must end with /> or make them
non-empty by adding a end tag
--> there must not be any isolated mark up characters in ur
text data
--> elements must nest inside each other properly
--> well-formed files with no dtd may use attributes on any
element,but the attributes must all be of type cdata by
default.
Is This Answer Correct ? | 1 Yes | 0 No |
How to use XML DOM model on client side using JavaScript.
Can I use qualified names in dtds?
What are XML Data Islands?
What is an rss file extension?
What is xml and xslt?
What is Complex Element?
What is XSLT stylesheet?
In what cases u used xml?
Can you walk us through the steps necessary to parse XML documents?
What is orm xml?
How do you view an xml file?
In xml how can the user create code which contains content that would be ignored by the parser?