I think I'm losing my mind. It is 3:30 a.m., so that could be it.
This works in the message window:
z = new(xtra "xmlparser")
z.parseURL("mc_xml.txt")
put z.name
-- "ROOT OF XML DOCUMENT"
This does NOT work from a movie script handler
on topOfOldSmokey
z = new(xtra "xmlparser")
z.parseURL("mc_xml.txt")
put z.name
end
--error alert: property not found, #name
Why?
Rich
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]