XML::DOM::DocumentType 1.44 review

Download
by rbytes.net on

XML::DOM::DocumentType is an XML document type (DTD) in XML::DOM. XML::DOM::DocumentType extends XML::DOM::Node. Each Document

License: Perl Artistic License
File size: 114K
Developer: Enno Derksen
0 stars award from rbytes.net

XML::DOM::DocumentType is an XML document type (DTD) in XML::DOM.

XML::DOM::DocumentType extends XML::DOM::Node.

Each Document has a doctype attribute whose value is either null or a DocumentType object. The DocumentType interface in the DOM Level 1 Core provides an interface to the list of entities that are defined for the document, and little else because the effect of namespaces and the various XML scheme efforts on DTD representation are not clearly understood as of this writing. The DOM Level 1 doesn't support editing DocumentType nodes.

Not In DOM Spec: This implementation has added a lot of extra functionality to the DOM Level 1 interface. To allow editing of the DocumentType nodes, see XML::DOM::ignoreReadOnly.

Requirements:
Perl

XML::DOM::DocumentType 1.44 keywords