method

xhtml

xhtml()
public

No documentation available.

# File lib/rss/atom.rb, line 567
          def xhtml
            if inline_xhtml?
              xml
            else
              nil
            end
          end