Files
archived-presentations/slides/php5xml/xmlreader_vs_sax.xml
Ilia Alshanetsky bc1df0f093 PHP|Works talks.
2004-10-13 14:53:59 +00:00

12 lines
346 B
XML

<slide title="XmlReader vs SAX">
<image filename="boxing.jpg" align="center" />
<list fontsize="3.5em">
<bullet>Sax is Event based</bullet>
<bullet>XmlReader is cursor based</bullet>
<bullet>XmlReader has support for namespaces, validation and entities</bullet>
<bullet>Both do not load the whole document into memory</bullet>
</list>
</slide>