xref: /aosp_15_r20/external/apache-xml/test/tests/conf-gold/axes/axes120.out (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<?xml version="1.0" encoding="UTF-8"?>
2<out xmlns:a="name-a" xmlns:b="name-b" xmlns:c="namc-c">
3
4<a:root/>
5	<a>name-a</a>,
6	<xml>http://www.w3.org/XML/1998/namespace</xml>,
7
8<b:sub/>
9	<a>name-a</a>,
10	<b>name-b</b>,
11	<xml>http://www.w3.org/XML/1998/namespace</xml>,
12
13<c:sub/>
14	<a>name-a</a>,
15	<c>name-c</c>,
16	<xml>http://www.w3.org/XML/1998/namespace</xml>,
17</out>