Files
Ilia Alshanetsky bc1df0f093 PHP|Works talks.
2004-10-13 14:53:59 +00:00

21 lines
529 B
XML

<slide>
<title>Why Use XML?</title>
<blurb>
There are a number of good reasons to use XML, however it is important
to note that XML is not a "one size fit all" solution.
</blurb>
<image filename="buzzword.gif" align="right" />
<list>
<bullet>Completely platform independent.</bullet>
<bullet>Most languages can easily parse it.</bullet>
<bullet>Fairly simple syntax.</bullet>
<bullet>Not limited to a particular protocol.</bullet>
<bullet>Unicode Support</bullet>
<bullet>Buzzword compliance.</bullet>
</list>
</slide>