I'm having trouble getting elements to be raw. I use, for example:

>  d = Document.new( str, { :raw => [ 'O', 'T', 'V' ] } )

Then when I traverse the document and query Element#raw it does say
'true' for these tags, but it still appears that they have been parsed
and I can't get the raw text.

>  e.get_text.value

Returns the same thing as

>  e.text

Is there another way ones supposed to use to get at the raw text?
Thanks,
T.