Docs using hpricot with xml including 'CDATA'?

Anyone know where I can get informatin on how to use hpricot on xml data
that will include the xml unparsed CDATA?

I have a program that reads in XML fine however, if the XML file
includes CDATA…well it errors out on many levels when getting the
attributes. Anyway, I can’t find any documentation on this. I have found
a few examples here and there but nothing concrete. I must use hpricot.

Thanks MC