Data-Structures
January 3, 2025Web-Technologies
January 3, 2025Web-Technologies
|
Question 30
|
PI in XML specification stands for _______.
|
priceless instruction
|
|
|
processing instruction
|
|
|
polymorphic inheritance
|
|
|
primary instruction
|
Question 30 Explanation:
A Processing Instruction (PI) is an SGML and XML node type, which may occur anywhere in the document, intended to carry instructions to the application.
Processing instructions are exposed in the Document Object Model as
Node.PROCESSING_INSTRUCTION_NODE, and they can be used in XPath and XQuery with the ‘processing-instruction()’ command.
Processing instructions are exposed in the Document Object Model as
Node.PROCESSING_INSTRUCTION_NODE, and they can be used in XPath and XQuery with the ‘processing-instruction()’ command.
Correct Answer: B
Question 30 Explanation:
A Processing Instruction (PI) is an SGML and XML node type, which may occur anywhere in the document, intended to carry instructions to the application.
Processing instructions are exposed in the Document Object Model as
Node.PROCESSING_INSTRUCTION_NODE, and they can be used in XPath and XQuery with the ‘processing-instruction()’ command.
Processing instructions are exposed in the Document Object Model as
Node.PROCESSING_INSTRUCTION_NODE, and they can be used in XPath and XQuery with the ‘processing-instruction()’ command.
