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 rss feed outlook?
What is difference between xml and xsd?
What is the difference between xml and xhtml?
How is xsl different from css?
Where should I use xml?
What rss 2.0 files look like?
What does it mean to subscribe to a blog?
What is orm xml?
What is the function of xslt?
what does xslt mean
Briefly explain the xml spy 2005 multitool.
What is the use of stylesheet in xsl?