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