> If you're using my script-only stsXMLLibrary, you'd do this: > > put "/root/employees" into tRootNode -- makes it easier to work with > put stsXML_LoadData(tMyXML) into tDocID > put stsXML_AppendChild(tDocID & tRootNode,"ELEM","employee") into tNewNodeID > get stsXML_SetAttribute(tNewNodeID,"firstName","Graham") > get stsXML_SetAttribute(tNewNodeID,"lastName","Samuel")
Whoops! Sorry, forgot a param on the last two lines… it should have been: get stsXML_SetAttribute(tNewNodeID,"firstName","Graham",true) get stsXML_SetAttribute(tNewNodeID,"lastName","Samuel",true) Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode