what are the most common errors, while writing xml documents ?
Answer Posted / praveen
---> Forgetting that XML Is Case Sensitive
ex: <name>abc</name> and <Name>abc</Name> <NAME>abc</NAME>
both 3 are different
---> Forgetting of End Tags
<name>abc
---> Forgetting the Quotes for the Attribute Value
<name preferred=true>abc</name> --- error
<name preferred-"true">abc</name> --- oh yeah
---> Typing Spaces in the Name of the Element
<my name>
......
</my name> --- :(
<myname>
......
</myname> --- :) :))
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How do I remove xml from excel?
What is the use of namespace in xml?
Is using rss feeds legal?
How do I create documents that use xml namespaces?
Is xml format or content-driven?
What is XML Encoding?
How do I add an rss feed to my yahoo account?
Explain about xml canonicalization?
How to use w3.org feed validation service?
What is orm xml?
How do I subscribe to rss feeds?
What is xml and css?
Is html xml?
Can I use xml as database?
What is xml file in itr?