Here's the code in the button:
Code: Select all
on mouseUp pButtonNumber
put empty into field "XMLDecoded"
put revXMLCreateTree(field "XMLData", false,true,false) into tTree
put revXMLAttributeValues(tTree,"xml/group/",person,"title",return,1) into field "XMLDecoded"
end mouseUp
thanks for any insight,
Richard
(using Livecode Indy 9.6.1 on Mac)
Here's a simple stack to illustrate.