@verb #4172:":createProcessingInstruction" this none this rxdo #7788 @program #4172:":createProcessingInstruction" this none this " ProcessingInstruction createProcessingInstruction(in DOMString target, in DOMString data) raises(DOMException)" "" "Creates a ProcessingInstruction node given the specified name and data strings." " target of type DOMString -> The target part of the processing instruction." " data of type DOMString -> The data for the node." {target, data} = args return $dom:document_createProcessingInstruction(target, data) "Last modified by Floyd (#7788) on Thu Nov 14 20:20:30 2002 MST." .