Skip to content

Instantly share code, notes, and snippets.

@kp666
Created September 18, 2020 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kp666/6b2ac64c7674127b1ea8143854882aab to your computer and use it in GitHub Desktop.
Save kp666/6b2ac64c7674127b1ea8143854882aab to your computer and use it in GitHub Desktop.
require 'ox'
xml = %{
<top name="sample">
<middle name="second">
<bottom name="third">Rock \u0003 bottom</bottom>
</middle>
</top>
}
puts Ox.load(xml, mode: :hash)
puts Ox.load(xml, mode: :hash_no_attrs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment