To create a new ProcessingInstruction node
representing an XML processing instruction with target
and data
t, use this
method on a dDocument object :
D
D.createProcessingInstruction (t,d)
The method returns a new ProcessingInstruction object with no parent. To
attach an unattached node to a parent node pi:
p
p.appendChild (pi)