Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

XmlProcessingInstruction

Construct an XML processing instruction.


Syntax

XmlProcessingInstruction

graphics/XmlProcessingInstruction.png

Char

Top of page

Description

An XmlProcessingInstruction directly constructs an XML processing instruction. It is delimited by "<?" and "?>" and contains a processing instruction target which is an XML name minus the letter sequence "XML" (regardless of case), see also the W3C specification of PITarget. The PITarget must directly follow the opening delimiter "<?".

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page