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 ?



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 param?

0 Answers  


What is difference between xsd and xml?

0 Answers  


How can child elements be specified upon using a sequence compositor?

0 Answers  


How do I open an rss feed?

0 Answers  


What are the different xslt elements?

0 Answers  


How do I undeclare the default xml namespace?

0 Answers  


What is the use of xslt <xsl: for-each> element?

0 Answers  


What is xslt used for?

0 Answers  


What is a xml parser?

0 Answers  


What importance does xslt hold in xml?

0 Answers  


What is the purpose of xml namespaces?

0 Answers  


Do the default values of xmlns attributes declared in the dtd apply to the dtd?

0 Answers  


Categories