1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Reviewed: no -->
<sect1 id="zend.dom.introduction">
<title>Introduction</title>
<para>
<classname>Zend_Dom</classname> provides tools for working with <acronym>DOM</acronym>
documents and structures. Currently, we offer <classname>Zend_Dom_Query</classname>, which
provides a unified interface for querying <acronym>DOM</acronym> documents utilizing both
XPath and <acronym>CSS</acronym> selectors.
</para>
</sect1>
<!--
vim:se ts=4 sw=4 et:
-->
|