mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
cd4aa0dc19
files. PR: ports/101081 Submitted by: chinsan <chinsan.tw at gmail.com>
10 lines
373 B
Plaintext
10 lines
373 B
Plaintext
PEAR::XML_DTD parsing 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.
|
|
|
|
WWW: http://pear.php.net/package/XML_DTD/
|