Files
loongoffice/tools/qa/data/test.xml
Tomaž Vajngerl cd65d6c067 tools: support reading xml namespace with XmlWalker
Adds methods namespaceHref and namespacePrefix for reading the
current element's namespace prefix and the href.

Change-Id: I1c16857c6fc0bdfde2d983d8f42f153111119029
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109442
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-01-17 01:07:29 +01:00

14 lines
353 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>
<xx:with-namespace xmlns:xx="adobe:ns:meta/">
</xx:with-namespace>
</root>