What is PI ?
Created May 4, 2012
K V R K Varma A PI(Processing Instruction) tells an XML based application to perform some specific task. A PI is distinguished from other XML data, because it represents a command to a XML Parser.
eg: <? XML Version ="1.0"?>