XML Tree and spaces

Nic Prioleau nickp at didata.bw
Thu May 3 07:52:34 EDT 2007


That's a great help thanks Bill... I have managed to get the exact result I 
was looking for!!

Regards
Nic
----- Original Message ----- 
From: "Bill Marriott" <wjm at wjm.org>
To: <use-revolution at lists.runrev.com>
Sent: Thursday, May 03, 2007 9:43 AM
Subject: Re: XML Tree and spaces


>I think you'll have a much easier go of it if you try to use tags for 
>structural aspects of the representation, and use either attributes or the 
>contents for data.
>
> In your example, I would use:
>
> <?xml version="1.0"?>
> <allTables>
> <Customers IDnum="19">
>  <name>Bokomo Botswana</name>
>  <name>BOTEC</name>
>  <name>Gemini Logistics</name>
> </Customers>
> </allTables>
>
> or
>
> <?xml version="1.0"?>
> <allTables>
>    <table name="Customers" IDnum="19">
>        <row name="Bokomo Botswana">
>        </row>
>        <row name="BOTEC">
>        </row>
>        <row name="Gemini Logistics">
>        </row>
>    </table>
> </allTables> 


#####################################################################################
This e-mail message has been scanned for Viruses and Content and cleared 
by MailMarshal
#####################################################################################



More information about the use-livecode mailing list