Open arjunmenon opened 6 years ago
Hello, in current project we use XmlHasher gem and added some patch for parsing attributes. I want add this functionality into current gem. Do have any suggestions about it?
@stepozer Could you please share the change that you've done to access attributes? I'd also like to use this feature.
@Laykou I will try share solution soon
Hey I have an XML like this
When parsing it returns
But if you notice the
res
tag, it is returning only the content which is a URL, but the tag has attributes likeprotocolinfo
,duration
,size
, etc. I can't get them.