The processing-instruction()
node test selects any
processing instructions that occur along the chosen axis.
Use it without any arguments to select any processing instructions
Use it with arguments to specify the particular processing instruction targets you want to select.
/descendant::processing-instruction()
/descendant::processing-instruction(xml-stylesheet)
/descendant::processing-instruction(php)