[Gambas-user] Help Class XmlDocument

Hans Lehmann hans at ...3219...
Sun Apr 2 22:14:11 CEST 2017


Hello,

I want to use the XmlDocument class for a project for our Gambas online book
(www.gambas-buch.de) to write an XML file and implement this headnote from
the documentation: 'This API can be used to read as well as write an XML
document'. The following shall be the content of the file

<?xml version="1.0" encoding="UTF-8"?>
<!--Daten-Basis: kontakte.sqlite-->
<kontakte>
  <kontakt>
   <nachname>Adler</nachname>
   <adresse>
    <wohnort plz="39606" ort="Arneburg" />
    <strasse>Am Hafen 3</strasse>
   </adresse>
   <kommunikation>
    <telefon>03937864322</telefon>
    <internet>
     <web>www.cadalto.net</web>
    </internet>
   </kommunikation>
  </kontakt>
</kontakte>

Can someone help me with useful tips and code snippets?

Regards,
Hans




More information about the User mailing list