|
XML = Extensible Markup Language
XML = Inventez vos tags
Jan Bosak (Sun Microsystems) convainc le W3C d'étudier
une version simplifié de SGML.
En 1997 Bosak a sorti "XML and the future of the WEB".
XML est finalisé en Février 98
Le concept XML
Un document XML
<Titre> Cours XML |
<?xml version='1.0' encoding='UTF-8' standalone='yes'?> |
<?xml version='1.0' encoding='UTF-8' standalone='no'?> |
<?xml version='1.0' encoding='UTF-8' ?> |
Namespaces |
Entités
<!ENTITY chapitre1 SYSTEM "chap1.xml"> |
Un exemple, vaut mieux que des discours
<H2>Bibliographie XML</H2>
<UL> <LI> Jean-Christophe Bernadac et François Knab, <I>Construire une application XML</I>, Paris, Eyrolles, 1999</LI> <LI> Alain Michard, <I>XML, Langage et Applications</I>, Paris, Eyrolles, 1998 </LI> <LI> William J. Pardi, <I>XML en Action</I>, Paris, Microsoft Press, 1999, adapté de l'anglais par James Guerin</LI> </UL> |
<?xml version="1.0" encoding="ISO-8859-1"?> |