Zend_Dom.xml 478 B

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