Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

XML DOM - ProcessingInstruction object


May 27, 2021 XML DOM


Table of contents


XML DOM - ProcessingInstruction object

The XML DOM ProcessIngInstruction object is a processing instruction designed to provide additional information to programs that process pages, such as XML parsers.


ProcessingInstruction object

The ProcessingInstruction object represents a processing instruction.

Processing instructions are used to maintain processor-specific information in the text of an XML document.

ProcessingInstruction object properties

Attributes describe
data Set or return the contents of the processing instruction.
target Returns the target of processing instructions.