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 |
Why is xml so popular?
What are the different scenarios under which an xml schema may be used?
What is xsl used for?
Do you know what are the roles of XSLT?
What is DOM and SOAP?
What are the ways to create a tree view control using XML, XSL & JavaScript?
Explain various roles of xslt?
How do I extract data from xml to excel?
What is difference between xml and xsl?
Can we use xml as database?
Where is office xml handler located?
What does xls mean?