RosettaCodeData/Task/XML-Input/LiveCode/xml-input.livecode

3 lines
141 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
put revXMLCreateTree(fld "FieldXML",true,true,false) into currTree
put revXMLAttributeValues(currTree,"Students","Student","Name",return,-1)