| Workshops --> XML --> demo --> basics.html |
|---|
![]() |
|
About XML
XML is a "meta-language" for creating markup languages that describe structured data
XML is extensible, which means that it describes a way of defining a set of tags and attributes
By itself, XML does not define any tags.
This means that you create your own tags, effectively creating your own markup language
| CML Chemical Markup Language | MathML Mathematical Markup Language | |
| cXML Commerce Markup Language | ebXML Electronic Business Markup Language |
If done correctly, XML documents written in specialized languages can be viewed across platforms
These rules are collected in a Document Type Definition (DTD) that is either in the header of the document or in an external document
Links can trigger actions
These style languages will allow documents to be transformed from one format to another (XSL allows XML documents to be transformed into HTML)
|
| Page by Howard Rosenbaum | |
| Find me at hrosenba@indiana.edu | You are here: http://www.slis.indiana.edu/hrosenba/www/Workshops/XML/Demo/basics.html |