Re: write data to an XML file

2016-09-06 Thread Matthias Rebbe
Thanks for tip, Roger.

Regards,
Matthias 
> Am 06.09.2016 um 15:57 schrieb Roger Eller :
> 
> So, "view page source" should display what's actually under the hood.
> 
> ~Roger
> 
> On Sep 5, 2016 6:16 PM, "Matthias Rebbe"  >
> wrote:
> 
>> Thanks Colin.
>> 
>> I needed to process the xml with livecode server and tried that function
>> already, but only the values were shown in the browser and not the
>> structured xml file.
>> I forgot that the browser “renders” (or how is that called)  the xml tags.
>> Writing it to a file gives me the complete xml structure.
>> 
>> 
>> Matthias Rebbe
>> Bramkampsieke 13
>> 32312 Lübbecke
>> Tel +49 5741 31
>>+49 160 5504462
>> Fax: +49 5741 310002
>> eMail: matth...@m-r-d.de  
>> >
>> 
>> BR5 Konverter - BR5 -> MP3 > 
>> portfolio/produkte/brx/>
>>> Am 05.09.2016 um 23:31 schrieb Colin Holgate :
>>> 
>>> See if revXMLText in the dictionary will do what you need.
>>> 
>>> 
 On Sep 5, 2016, at 1:59 PM, Matthias Rebbe <
>> matthias_livecode_150...@m-r-d.de> wrote:
 
 Hi,
 
 am i missing something or is there really no command to write XML data
>> created/edited using revXML library back to an XML file?
 
 I need to read in an xml file, modifiy some values and write it then
>> back to disk. Reading the file into memory and accessing and editing the
>> nodes is no problem. But how do i write the changed file back to disk as
>> structured xml?
 
 Regards,
 Matthias
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com 
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode 
>> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com 
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode 
> 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: write data to an XML file

2016-09-06 Thread Roger Eller
So, "view page source" should display what's actually under the hood.

~Roger

On Sep 5, 2016 6:16 PM, "Matthias Rebbe" 
wrote:

> Thanks Colin.
>
> I needed to process the xml with livecode server and tried that function
> already, but only the values were shown in the browser and not the
> structured xml file.
> I forgot that the browser “renders” (or how is that called)  the xml tags.
> Writing it to a file gives me the complete xml structure.
>
>
> Matthias Rebbe
> Bramkampsieke 13
> 32312 Lübbecke
> Tel +49 5741 31
> +49 160 5504462
> Fax: +49 5741 310002
> eMail: matth...@m-r-d.de 
>
> BR5 Konverter - BR5 -> MP3  portfolio/produkte/brx/>
> > Am 05.09.2016 um 23:31 schrieb Colin Holgate :
> >
> > See if revXMLText in the dictionary will do what you need.
> >
> >
> >> On Sep 5, 2016, at 1:59 PM, Matthias Rebbe <
> matthias_livecode_150...@m-r-d.de> wrote:
> >>
> >> Hi,
> >>
> >> am i missing something or is there really no command to write XML data
> created/edited using revXML library back to an XML file?
> >>
> >> I need to read in an xml file, modifiy some values and write it then
> back to disk. Reading the file into memory and accessing and editing the
> nodes is no problem. But how do i write the changed file back to disk as
> structured xml?
> >>
> >> Regards,
> >> Matthias
> >>
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: write data to an XML file

2016-09-05 Thread Matthias Rebbe
Thanks Colin.

I needed to process the xml with livecode server and tried that function 
already, but only the values were shown in the browser and not the structured 
xml file.
I forgot that the browser “renders” (or how is that called)  the xml tags.
Writing it to a file gives me the complete xml structure.


Matthias Rebbe
Bramkampsieke 13
32312 Lübbecke
Tel +49 5741 31
+49 160 5504462
Fax: +49 5741 310002
eMail: matth...@m-r-d.de 

BR5 Konverter - BR5 -> MP3 
> Am 05.09.2016 um 23:31 schrieb Colin Holgate :
> 
> See if revXMLText in the dictionary will do what you need.
> 
> 
>> On Sep 5, 2016, at 1:59 PM, Matthias Rebbe 
>>  wrote:
>> 
>> Hi,
>> 
>> am i missing something or is there really no command to write XML data 
>> created/edited using revXML library back to an XML file?
>> 
>> I need to read in an xml file, modifiy some values and write it then back to 
>> disk. Reading the file into memory and accessing and editing the nodes is no 
>> problem. But how do i write the changed file back to disk as structured xml?
>> 
>> Regards,
>> Matthias
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

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

Re: write data to an XML file

2016-09-05 Thread Colin Holgate
See if revXMLText in the dictionary will do what you need.


> On Sep 5, 2016, at 1:59 PM, Matthias Rebbe 
>  wrote:
> 
> Hi,
> 
> am i missing something or is there really no command to write XML data 
> created/edited using revXML library back to an XML file?
> 
> I need to read in an xml file, modifiy some values and write it then back to 
> disk. Reading the file into memory and accessing and editing the nodes is no 
> problem. But how do i write the changed file back to disk as structured xml?
> 
> Regards,
> Matthias
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


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


write data to an XML file

2016-09-05 Thread Matthias Rebbe
Hi,

am i missing something or is there really no command to write XML data 
created/edited using revXML library back to an XML file?

I need to read in an xml file, modifiy some values and write it then back to 
disk. Reading the file into memory and accessing and editing the nodes is no 
problem. But how do i write the changed file back to disk as structured xml?

Regards,
Matthias

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