File: control

package info (click to toggle)
php-xml-dtd 0.5.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 268 kB
  • sloc: xml: 684; php: 416; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 896 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: php-xml-dtd
Section: php
Priority: optional
Maintainer: PKG-PHP-PEAR team <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 8), pkg-php-tools
Standards-Version: 3.9.3
Homepage: http://pear.php.net/package/XML_DTD/
Vcs-Browser: http://git.debian.org/?p=pkg-php/php-xml-dtd.git
Vcs-Git: http://git.debian.org/git/pkg-php/php-xml-dtd.git

Package: php-xml-dtd
Architecture: all
Depends: ${misc:Depends}, php-xml-parser, php5-cli
Description: parsing of DTD files and DTD validation of XML files
 php-xml-dtd parses of DTD files and DTD validation of XML files. The XML
 validation is done with the php sax parser, the xml extension, it does not use
 the domxml extension.
 .
 Currently supports most of the current XML spec, including entities, elements
 and attributes. Some uncommon parts of the spec may still be unsupported.