Skip to content

Content stored as XML instead of String #24

@cwhiteley

Description

@cwhiteley

I have some deep XML that I would like to store as XML instead of Text.

<books>
  <book>The story of my life</book>
  <book>The story of your life</book>
</books>

If xml_accessor :books, :from => :content it is stored like : The story of my life The story of your life

is it possible to store or get the element as XML

<book>The story of my life</book>
<book>The story of your life</book>

Thanks,

Christopher

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions