Displaying 1 result from an estimated 1 matches for "merid".
Did you mean:
merit
2006 Jul 24
0
parsing xml from post
...parsing, but even if I
use REXML directly I''d like to get rid of this error. Anyone know how
to fix this (my code or rails wherever the real problem is) ?
<?xml version="1.0" encoding="UTF-8"?>
<Transaction id="1">
<Authorization>
<Merid>test</Merid>
</Authorization>
</Transaction>
def self.typecast_xml_value(value)
case value
when Hash
if value.has_key?("__content__")
content = translate_xml_entities(value["__content__"])
case value["type&q...