Files
loongoffice/tools/qa/data/test.xml
Tomaž Vajngerl bb30e9e591 Test for XmlWalker to check it parses the xml as expected
Change-Id: Icf6bc7eee09b469f460080b6937fad93de6dbd39
Reviewed-on: https://gerrit.libreoffice.org/66772
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-01-23 10:56:14 +01:00

12 lines
278 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<root root-attr="Hello World">
<child number="1" attribute="123">
<grandchild attribute1="ABC" attribute2="CDE">Content</grandchild>
</child>
<child number="2">
</child>
<child number="3">
</child>
</root>