what are the most common errors, while writing xml documents ?
Answer / 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 |
What is xquery in xml?
How does xml parsing work?
How do I make an xml file readable?
How do I use xml namespaces with sax 2.0?
What are the advantages of using xslt?
How do I convert xml to text?
What about non-xml resources?
What is a valid xml?
What is rss element rss?
What is meant by xsl formatting?
How do I open an xml file on my phone?
Differences Between XML and HTML