XML/Input: Difference between revisions

Content added Content deleted
(Lingo added)
Line 1,290: Line 1,290:
res = parser.makePropList()
res = parser.makePropList()
repeat with c in res.child
repeat with c in res.child
put c.attributes.name
put c.attributes.name
end repeat</lang>
end repeat</lang>