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 |
will u pls specifie what's the different between XML n XSL as i m confused alot as xml use to transfer data n XSl 2 n what's the main purpose of XML y we use XML????
When was xml created?
What is pom xml?
Explain about non-XML resources?
What is xpath expression?
What does xslt stand for?
How do I convert xml to text?
How do I open an xml file on my phone?
Why xml parsing is important?
What do I open xml with?
What is the Difference between XmlDocument and XmlDataDocument?
Is xslt a programming language?