Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what are the most common errors, while writing xml documents ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I override a default xml namespace declaration?

919


How do I insert an xml file into word?

860


What is dtd and its types?

991


Does chrome have an rss reader?

967


What is wsdl used for?

911


How do you convert xsd to xslt?

1025


What is the use of xslt element?

918


How do I convert html to xml?

1009


What is a valid xml?

957


How can I compare two excel sheets?

946


Is api a web service?

895


What xpointer schemes are supported in this release?

930


How can I validate an xml document that uses xml namespaces?

962


Why namespaces are important?

985


What is xsl describe its two parts?

974