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

What is text () in xpath?

0 Answers  


What is xml signature/encryption?

0 Answers  


What are various advantages of utilizing xslt?

0 Answers  


Define element and attribute in an xml document.

0 Answers  


What is valid xml document? What a well formed xml document?

2 Answers   Astadia,


Differences Between XML and HTML

2 Answers  


Can you convert xml to csv?

0 Answers  


What is xml sql?

0 Answers  


What are the parts of an xml file?

0 Answers  


Are xml tags case sensitive?

0 Answers  


How often does rss feed update?

0 Answers  


Why should we go for xml editor instead of notepad?

0 Answers  


Categories