Files
Ilia Alshanetsky bc1df0f093 PHP|Works talks.
2004-10-13 14:53:59 +00:00

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>