greenbutton
greenbutton copied to clipboard
Feature/load xml from string
Context
As a software engineer developing an application using the greenbutton gem, I had the need to parse xml from a string and not from a file or a url.
Work
- Added a method to load xml from string
- Updated the documentation according to this new feature