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

3 lines
141 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
put revXMLCreateTree(fld "FieldXML",true,true,false) into currTree
put revXMLAttributeValues(currTree,"Students","Student","Name",return,-1)