NodeBox

Create visual output with Python programming code
Home Download Reference Tutorial Library Gallery About

database.Database.xml()

Syntax

xml()

Description

Dumps the contents of the database as an XML-file.

Example

db = ximport("database")
book = db.connect("book")
book.xml()