Files
archived-presentations/slides/php5xml2/xmlreader_vs_sax.xml
2005-05-16 23:53:57 +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>