Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

ProcessingInstructionTest

Check for processing instruction nodes.


Syntax

ProcessingInstructionTest

graphics/ProcessingInstructionTest.png

StringLiteral

Top of page

Description

A ProcessingInstructionTest is one of a number of node tests that are used in a step expression. The expression processing-instruction() is true for any processing instructions. You can also specify a string literal that must be equal to the value of the target application for the test to succeed.

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page