. Processing Instruction
- <? .... ?> 의 형태를 가지는 노드이다.
- 생성
- MSXML : createProcessingInstruction( target, data , &pi );
- target: nodeName property 형태로 접근
- data: nodeValue property 형태로 접근
- 접근
- xpath : processing-instruction('target')