Tagged Questions
2
votes
2answers
697 views
Parsing SOAP response using libxml in Ruby
I am trying to parse following SOAP response coming from Savon SOAP api
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
...
1
vote
1answer
463 views
XMP library for ruby
Could any one recommended an open source library that allows me add XMP metadata to JPEG images?
Thanks.