On Thursday, July 31, 2003, at 08:53 AM, Mendelsohn, Michael wrote:
I must be missing something. I'm not seeing how to display parsed XML as a tree view in the object inspector. Anyone know?
(In my lingo, the instanced/parsed xtra is named gXML.)
If you are sure that is what contains the parsed data, and not the Xtra itself, then you have several ways -
Highlight and drag the variable name to the Object inspector.
Highlight the name, and click the "view in Object Inspector" icon in the script window toolbar.
Type the variable name into the left column in the Object Inspector.
It works - I do it all the time.
Try this test - instantiate the XTRA into a variable. Parse the data. Use the "makeList" function to move the data into a new variable. Take a look at that variable's contents in the Object Inspector. You might get different results.
If that doesn't work, post your parsing code.
-- Troy RPSystems, Ltd. http://www.rpsystems.net
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
