r17
(Bug reported by Supun - Boolean return values come back as A...) committed by anirudhsasikumar
- Bug reported by Supun - Boolean return values come back as ASOBJECT_NONE. This was because the
parsing logic expected all primitive return XML nodes to have a node value. This is not true for
boolean since the node name (<true/>) itself is the value. Added another if case to check this.
Bug reported by Supun - Boolean return values come back as ASOBJECT_NONE. This was because the
parsing logic expected all primitive return XML nodes to have a node value. This is not true for
boolean since the node name (<true/>) itself is the value. Added another if case to check this.