mirror of
https://github.com/php/presentations.git
synced 2026-04-23 07:18:07 +02:00
18 lines
556 B
XML
18 lines
556 B
XML
<slide title="DOM Extension">
|
|
|
|
<blurb fontsize="3.5em">
|
|
DOM is not DOMXML. DOM extension has been written from scratch and strongly relies on the PHP 5 features
|
|
& capabilities. |FF0000|DOM is not compatible with DOMXML|
|
|
</blurb>
|
|
|
|
<list title="Features" fontsize="2.5em">
|
|
<bullet>DOM Level 3 Load and Save Support</bullet>
|
|
<bullet>XPath</bullet>
|
|
<bullet>Validation support</bullet>
|
|
<bullet>NamedNodeMap support</bullet>
|
|
<bullet>Complete Namespaces support</bullet>
|
|
<bullet>Interop with SimpleXML and XSLT</bullet>
|
|
<bullet>HTML</bullet>
|
|
</list>
|
|
|
|
</slide> |