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 |
Explain about core validation?
What are the different xslt elements?
Can an application process documents that use xml namespaces and documents that don’t use xml namespaces?
What is ?Async? property of XML Means ?
What is xml used for?
what are the predefined entities in XML ?
How do I open a xsl file?
What does smil stand for and what is it used for?
What are xml tools?
Is xml used anymore?
What is atom 1.0 standard?
What is an xml data?