1 <?xml version="1.0" encoding="UTF-8"?>
3 <sect1 id="zend.dom.introduction">
4 <title>Introduction</title>
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.