File: control

package info (click to toggle)
php-xml-htmlsax3 3.0.0%2Bcvs01112007-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 160 kB
  • ctags: 327
  • sloc: php: 1,060; xml: 152; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 669 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: php-xml-htmlsax3
Section: web
Priority: extra
Maintainer: Romain Beauxis <toots@rastageeks.org>
Build-Depends: debhelper (>= 5), cdbs, dh-make-php
Standards-Version: 3.7.2

Package: php-xml-htmlsax3
Architecture: all
Depends: php-pear
Homepage: http://pear.php.net/package/XML_HTMLSax3/
Description: SAX parser for HTML and other badly formed XML documents
 php-xml-htmlsax3 provides an API very similar to the native
 PHP XML extension (http://www.php.net/xml), allowing handlers
 using one to be easily adapted to the other. 
 .
 The key difference is php-xml-htmlsax3 will not break
 on badly formed XML, allowing it to be used for parsing
 HTML documents.