mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
12 lines
346 B
XML
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> |