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

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

Reply via email to