XML noob questions
Malte Brill
revolution at derbrill.de
Wed Oct 11 08:09:46 EDT 2006
Hi all,
I´m playing a bit with XML in rev at the moment. It seems I don´t get
it from the docs. Any tuts on how to do useful things with Revs XML lib?
Example:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<skin>
<title>Default</title>
<image>
<ID>55514</ID>
<path>/skin/top.jpg</path>
</image>
<image>
<ID>55515</ID>
<path>/skin/pattern.jpg</path>
</image>
<field>
<name>myField</name>
<hilite>45,78,90</hilite>
</field>
</skin>
What I want to do now is to display in a field:
Title: Default
image ID 55514: /skin/top.jpg
image ID 55515: /skin/pattern.jpg
field myField: 45,78,90
Any hints and codeSnippets much appreciated.
All the best,
Malte
More information about the use-livecode
mailing list