mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
13 lines
395 B
XML
13 lines
395 B
XML
<slide title="XPath">
|
|
|
|
<image filename="xpath.jpg" align="right" />
|
|
|
|
<list title="XPath" fontsize="3.5em">
|
|
<bullet>W3C Standard</bullet>
|
|
<bullet>XPath is a language for addressing parts of an XML document</bullet>
|
|
<bullet>Supported by many programming languages</bullet>
|
|
<bullet>Very important for XSLT</bullet>
|
|
<bullet>Accesses an XML document similar to a filesystem</bullet>
|
|
</list>
|
|
|
|
</slide> |