Tag Archives: Heirarchical

XML question

Hey I’m posting here for once with a problem regarding an XML definition i need for a college course. Generally, i just needed a specific definition for what " well made document" is with regards to XML syntax. Easily need to small my question down any, then merely say so. And also, just link my home to EarthwormJim’s line.: cheeky: Handful of pointers from online world. w3schools. com which tell you what should be done to produce a document well-formed: – XML elements have to be properly nested – All XML documents need to have a root element – Attribute values should always be quoted – Tag names have to be in lowercase – All XML elements have to be closed Reviews and corrections welcome XML element could be closed on the same line: Code: < feature /> Well formed doesn’t mean legible. Data structures spanning 2 heirarchical levels own issues: Code: < stuff> < home> < kitchen> < cell phone /> < /kitchen> < /home> < car> < cell phone /> < /car> < /stuff> Phone presents some an issue. you two from the same class http: //www. webdesignforums. net/thread11252. html code ASCII have to be specified with entities; … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment