Skip to content

Releases: veewee/xml

Version 0.2.1

19 Feb 07:19
v0.2.1
Compare
Choose a tag to compare

  • Improved PSL typehinting

Version 0.2.0

18 Feb 11:49
v0.2.0
76d4eb9
Compare
Choose a tag to compare

The writer

Total issues resolved: 1

$writer = Writer::forFile($someFile, indentation('  '));
$writer->write(
    document('1.0', 'UTF-8',
        element('hello', children([
            attribute('default', 'world'),
            element('item', value('Jos')),
            element('item', value('Bos')),
            element('item', value('Mos')),
        ]))
    )
);

Version 0.1.0

05 Feb 14:48
v0.1.0
Compare
Choose a tag to compare