2
0

Zend_Dom.xml 535 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 <acronym>DOM</acronym>
  7. documents and structures. Currently, we offer <classname>Zend_Dom_Query</classname>, which
  8. provides a unified interface for querying <acronym>DOM</acronym> documents utilizing both
  9. XPath and <acronym>CSS</acronym> selectors.
  10. </para>
  11. </sect1>
  12. <!--
  13. vim:se ts=4 sw=4 et:
  14. -->