Extensible Markup Language(XML)
Subset of SGML
Well-formed or Valid
<?xml version="1.0"?>
<!DOCTYPE document SYSTEM "hello.dtd">
<document>
<author>
<given>Tony</given>
<surname>Allan</surname>
</author>
<section>
<para>Hello, world!</para>
</section>
</document>
Previous slide
Next slide
Back to first slide
View graphic version