what are the most common errors, while writing xml documents ?



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

Post New Answer

More XML XSLT RSS Interview Questions

Why is xml so popular?

0 Answers  


What are the different scenarios under which an xml schema may be used?

0 Answers  


What is xsl used for?

0 Answers  


Do you know what are the roles of XSLT?

0 Answers  


What is DOM and SOAP?

1 Answers   Covansys,






What are the ways to create a tree view control using XML, XSL & JavaScript?

1 Answers  


Explain various roles of xslt?

0 Answers  


How do I extract data from xml to excel?

0 Answers  


What is difference between xml and xsl?

0 Answers  


Can we use xml as database?

0 Answers  


Where is office xml handler located?

0 Answers  


What does xls mean?

0 Answers  


Categories