IS Week 3/4
In class d uring late January we began working in XML. XML stands for extensible markup language, and is a text based markup language. XML files consist of tags and attributes. Tags are self descriptive and are used to identify and classify data. This makes XML extensible, one of its key traits. XML is also only capable of storing information, not presenting. XML is also subject to a public standard, as it was published by a public organization. XML is also a type of language known as a markup language. A markup language is one that encodes documents in a format that is both human-readable and machine-readable. This distinguishes it from programming languages in that it cannot run computations or algorithms. XML documents generally begin with a document declaration. These generally contain a version, encoder, and a boolean returning whether the document stands alone. Document declarations are case sensitive. The declaration is then followed by elements. Elements are enclosed...