Understanding XML – Part III (Building Blocks)

XML documents (and HTML documents) are made up by the following building blocks: Elements, Tags, Attributes, Entities, PCDATA, and CDATA Elements Elements are the main building blocks of both XML and HTML documents. Examples of HTML elements are “body” and “table”. Examples of XML elements could be “my-schedule” and “date”. Elements can contain text, other […]