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

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to