mirror of
https://github.com/php/presentations.git
synced 2026-04-24 07:48:05 +02:00
b11e16d564
update xml slides for current api
11 lines
341 B
XML
11 lines
341 B
XML
<slide>
|
|
<title>Simple XML</title>
|
|
<list>
|
|
<bullet>Simple XML is Simply Brilliant</bullet>
|
|
<bullet>No more SAX parsing</bullet>
|
|
<bullet>Supports DTD validation and XPath queries</bullet>
|
|
</list>
|
|
<example title="Book XML File" filename="book.xml" type="XML"/>
|
|
<example title="Book PHP File" filename="book.php" type="php" result="1"/>
|
|
</slide>
|