XML-14 J. Teuhola 2013 263
- 14. XML applications
- Generally: An XML application is one where the
essential data are represented and processed as well-formed XML documents.
- Usually the following conditions hold:
– A DTD or schema is attached to documents, defining the vocabulary (elements, attributes), and restricting the hierarchies of elements. – A unique namespace is specified. – One or more processors are written, defining the meaning of the elements (operational semantics).
- According to this definition, even XSLT and