blob: 97df3a2f19d32c24329cee442cefe9396129e0d4 (
plain) (
blame)
1
2
3
4
5
6
|
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.
|