#import <DOM/CharacterData.idl>
interface ProcessingInstruction : CharacterData {
readonly attribute DOMString target;
};