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 xsl in xml?

0 Answers  


How to transform an XML document into another XML document?

0 Answers  


Where is the xml tag in indesign?

0 Answers  


How do I insert an xml file into word?

0 Answers  


What is excel xml format?

0 Answers  






Would you be able to use the xslt to convert html into vxml?

0 Answers  


How is xml extensible?

0 Answers  


How do I subscribe to rss feeds in chrome?

0 Answers  


Can xml tags have spaces?

0 Answers  


What is application xml?

0 Answers  


What's the best rss reader?

0 Answers  


How do I find my rss feed url?

0 Answers  


Categories