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
What is metadata in excel?
What are xml attributes? Explain with an example.
Explain how to retrieve value of an attribute for an element using XSLT?
How to use element in xslt? : xslt
What are possible ways XML used in j2ee WebApplication.Like storing data in to database and for data transfer .Apart from this any uses.
What is difference between xsd and wsdl?
What is the full meaning of xml?
Explain about xml data binding?
What is the concept of xpointer?
XML serialization ?
Which parts of an xml document are case-sensitive?
Why would you use xml?
How do I override a default xml namespace declaration?
What is a podcast and how does it work?
Where is office xml handler located?