maik / xml-simple

Easy API for working with XML documents
MIT License
88 stars 27 forks source link

Is there any documentation about available options? #29

Open javierseixas opened 4 years ago

javierseixas commented 4 years ago

Hi! I'm trying to use this library, that seems very cool, but I'm having problems when doing xml_in when the xml has an empty tag. I got an empty hash {} as the value.

Is there any doc for being able understand how to interpret that as an empty string?

Thanks!

maik commented 4 years ago

Hi!

The documentation is in the docs folder: https://github.com/maik/xml-simple/blob/master/docs/index.html

Best, Maik