Tour de XML: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:


=== Web contents ===
=== Web contents ===
* [[XHTML]], popular web page format (to be replaced by [[XHTML5]] in the future).
 
* [[XHTML]], was a popular web page format (maybe to be replaced by [[XHTML5]] in some uncertain future). Mostly a dead project, but most browsers do support XHTML.


== Data-centric formats (sometimes hand-coded)  ==
== Data-centric formats (sometimes hand-coded)  ==
Line 23: Line 24:
=== Vector graphics ===
=== Vector graphics ===
* [[SVG]] (*.svg), popular web format, part of [[HTML5]]. Visit [http://openclipart.org openclipart.org]. SVG works in all browsers except IE 7/8.
* [[SVG]] (*.svg), popular web format, part of [[HTML5]]. Visit [http://openclipart.org openclipart.org]. SVG works in all browsers except IE 7/8.
* [[X3D]], unpopular 3D web format, new version of oldest Internet format (VRML). Visit [http://www.bitmanagement.de/en/showcase/interactive-demos Interactive Demos] from BS Contact (an X3D vendor)
* [[X3D]], unpopular 3D web format, new version of oldest Internet format (VRML). Visit [http://www.x3dom.org/examples/ X3Dom] (webGL in-browser), or [http://www.bitmanagement.de/en/showcase/interactive-demos Interactive Demos] from BS Contact (needs plugin to be installed)
* [[Collada]] (*.dae), a 3D exchange format. Also used in Google Earth (via the [[Keyhole Markup language]]) and therefore fairly popular.
* [[Collada]] (*.dae), a 3D exchange format. Also used in Google Earth (via the [[Keyhole Markup language]]) and therefore fairly popular.


Line 29: Line 30:


=== Business ===
=== Business ===
* [[BPMN]] for modeling and implementing business processes. See [[BPMN 1.2 tutorial]]
* [[BPMN]] for modeling and implementing business processes. See [[BPMN 1.2 tutorial]] and http://demo.bpmn.io/ (online editor)
* [[BPEL]] a standard for describing executable business process models (partly replaced by BPMN 2.0).
* [[BPEL]] a standard for describing executable business process models (partly replaced by BPMN 2.0).


=== Authoring formats ===
=== Authoring formats ===

Latest revision as of 15:18, 14 January 2020

Introduction

The purpose of this page is to index a variety of XML things for short demos. I use this page to motivate students for learning XML in classes I teach, e.g. COAP 2180 and STIC II. I usually just show a picture or two and then do a live demo.

Text-centric formats (often hand-coded)

Semantically structured documents

  • DocBook, the most popular structured document format for writing books and manuals
  • DITA, a new modular extensible document architecture, popular with IBM.

Web contents

  • XHTML, was a popular web page format (maybe to be replaced by XHTML5 in some uncertain future). Mostly a dead project, but most browsers do support XHTML.

Data-centric formats (sometimes hand-coded)

Multimedia synchronization

News syndication

Vector graphics

  • SVG (*.svg), popular web format, part of HTML5. Visit openclipart.org. SVG works in all browsers except IE 7/8.
  • X3D, unpopular 3D web format, new version of oldest Internet format (VRML). Visit X3Dom (webGL in-browser), or Interactive Demos from BS Contact (needs plugin to be installed)
  • Collada (*.dae), a 3D exchange format. Also used in Google Earth (via the Keyhole Markup language) and therefore fairly popular.

Data-centric formats

Business

Authoring formats

Typically, authoring formats define the structure of a zip file, where a single XML file organizes the rest. Most contents are also encoded in XML.
Rename that type of file to *.zip to open and have fun with ...

Playlists

XML for development

GUI generators


Programming languages and accessories made in XML

More

  • Browse the XML category.