class Nokogiri::XML::SAX::Document

def processing_instruction(name, content)

- +content+ is the value of the instruction
- +name+ is the target of the instruction
[Parameters]
Called when processing instructions are found
##
def processing_instruction(name, content)
end