mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
71d39865b3
Many errors are now ignored when not in strict mode so we can still parse files that have been written by broken/incomplete implementations.
28 lines
599 B
XML
28 lines
599 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<KeePassFile>
|
|
<Root>
|
|
<Group>
|
|
<UUID>lmU+9n0aeESKZvcEze+bRg==</UUID>
|
|
<Name>Test</Name>
|
|
<Entry>
|
|
<UUID>AaUYVdXsI02h4T1RiAlgtg==</UUID>
|
|
<String>
|
|
<Key>Title</Key>
|
|
<Value>Sample Entry 1</Value>
|
|
</String>
|
|
</Entry>
|
|
</Group>
|
|
<DeletedObjects>
|
|
<DeletedObject>
|
|
<UUID/>
|
|
<DeletionTime>2010-08-25T16:14:12Z</DeletionTime>
|
|
</DeletedObject>
|
|
<DeletedObject/>
|
|
<DeletedObject>
|
|
<UUID>5K/bzWCSmkCv5OZxYl4N/w==</UUID>
|
|
<DeletionTime/>
|
|
</DeletedObject>
|
|
</DeletedObjects>
|
|
</Root>
|
|
</KeePassFile>
|