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
Can you use the XSLT to convert html into VXML?
What is an xml data?
How do I display an rss feed on my website?
While writing an xml document what are the rules that are to be followed?
Is xsl and xslt the same?
Where is my rss feed on wordpress?
What are the standard ways of parsing xml document? Or what is a xml parser?
Does wordpress have rss feed?
Why not just carry on extending html?
How do I execute or run an xml file?
What is document object model? Why it is used?
Explain XSL-FO Documents structure?
What is the difference between wsdl and xsd?
What is XML Signature?
What does a powerful template do?