class XSD::XMLParser::Nokogiri

def cdata_block(string)

Handle cdata_blocks containing +string+
##
def cdata_block(string)
  characters(string)
end