<mfstuart@...> writes:

> Surely LC's XML functions can read this type of tag?
> So if it can, what functions are used to do that?

Here's a minimalist version. starting with your data in tXMLText:

    put revCreateXMLTree(tXMLText,false,true,false) into tDocID
    if tDocID is a number then
        put revXMLAttribute(tDocID, "/Application/Header/Version", "val")
    end if

-- 
 Mark Wieder
 [email protected]



_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to