File: Zend_Dom.xml

package info (click to toggle)
zendframework 1.12.9%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 133,584 kB
  • sloc: xml: 1,311,829; php: 570,173; sh: 170; makefile: 125; sql: 121
file content (15 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (2)
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:
-->