Sorry to crash the topic but has anyone noticed that the memory usage
required after a 'revcreatexmltree' is about 16 times the size on
disk? Does this sound right to those who may have more understanding
of the internal workings?

On 11/10/06, Eric Chatonet <[EMAIL PROTECTED]> wrote:
Hi Malte,

As usual, Ken gave you a perfect private crash course but you could
also be interested in Sarah's XMLdemo1.rev, a great tutorial.
http://www.troz.net/Rev/tutorials.php

Best Regards from Paris,
Eric Chatonet

Le 11 oct. 06 à 14:09, Malte Brill a écrit :

> 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

------------------------------------------------------------------------
----------------------
http://www.sosmartsoftware.com/    [EMAIL PROTECTED]/


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

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

Reply via email to