Data-Structures
January 3, 2025
Web-Technologies
January 3, 2025
Data-Structures
January 3, 2025
Web-Technologies
January 3, 2025

Web-Technologies

Question 30
PI in XML specification stands for _______.
A
priceless instruction
B
processing instruction
C
polymorphic inheritance
D
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.
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.

Leave a Reply

Your email address will not be published. Required fields are marked *