Created
May 17, 2018 15:29
-
-
Save romikoops/0c72e64441973f0b668842951ca9bc79 to your computer and use it in GitHub Desktop.
sax_machine html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ServiceResponse | |
include SAXMachine | |
elements :candidate | |
end | |
response = ServiceResponse.parse(" | |
<response> | |
<candidate><ul><li>Vous disposez d'environ 5 ans d'expérience en comptabilité idéalement au sein de sociétés internationales ;</li><li>Vous maîtrisez les normes comptables suisses et les US Gaap ;</li><li>Vous avez une bonne maîtrise des outils informatiques (Excel et JDE) ;</li><li>Vous pouvez travailler en français, comme en anglais.</li></ul></candidate> | |
</response> | |
") | |
response.candidate | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment