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 my rss feed not working?

0 Answers  


What is difference between xsl and xslt?

0 Answers  


What is the difference between xml and xls?

0 Answers  


Do rss feeds help seo?

0 Answers  


What are xml nodes?

0 Answers  






Can I resolve the uri used as an xml namespace name?

0 Answers  


What is xml why is it used?

0 Answers  


Why XML editor is needed instead of Notepad?

0 Answers  


What is xlink in xml?

0 Answers  


Is xhtml and xml same?

0 Answers  


What are the condtions that apply in case of xsl:stylesheet element?

0 Answers  


Explain XSL-FO Documents structure?

0 Answers  


Categories