Easy XML utility.
Project description
This package makes it easy to construct xml files.
Examples
e = add(‘TBGRoot’)
i = add(‘LevelOne’, e, attrs={‘type’:’default’, ‘class’:’toplevel’}) add(‘ID’, i, txt=’1234’) add(‘FirstName’, i, text=’Jack’) add(‘LastName’, i, text=’Smith’)
i = add(‘LevelTwo’, e, attrs={‘type’:’default’, ‘class’:’secondlevel’}) add(‘ID’, i, txt=’12345’) add(‘Address’, i, text=’1 Main Street’) add(‘City’, i, text=’New York’)
print pretty(xml=etree2xml(e))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
TBGXMLUtils-0.1.3.tar.gz
(2.5 kB
view details)
File details
Details for the file TBGXMLUtils-0.1.3.tar.gz
.
File metadata
- Download URL: TBGXMLUtils-0.1.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03df3dac8c929a579812071f0c72af0272f78b94a68d05bfa7fd95e28190fbbf |
|
MD5 | cc00a8528c473c79170110cbac149993 |
|
BLAKE2b-256 | 0a594d31b774c655c2ddea6f4db611a985c2e66b4684f9afe34f73d2d1d00905 |