Search found 1 match

by jabramson623
Sat Jun 20, 2020 11:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Adding XML Child with ID
Replies: 1
Views: 1922

Adding XML Child with ID

Having trouble wrapping my head around this one. If I manually add this child to the XML document, I can read and write, but I'm trying to figure out how to add the child via LC.


<Preferences>
<Graphics>
<Meeting IDnum="1">
<title>Meeting #1</title>
<time>3:00pm</time>
</Meeting>
<Meeting ...