You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XOXO is a Ruby XOXO parser and generator. It provides a Ruby API similar to Marshal
and YAML (though more specific) to load and dump XOXO
an simple, open outline format written in standard XHTML and suitable for embedding
in (X)HTML, Atom, RSS, and arbitrary XML.
FEATURES
Uses REXML’s pull parser.
Serialize any object via to_xoxo.
RESOURCES
The original version of this code was written by Christian Neukirchen, and can be
found here and a blog post on
it here.