xref: /aosp_15_r20/external/apache-xml/test/tests/conf/namespace/namespace11.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1*1212f9a0SAndroid Build Coastguard Worker<?xml version="1.0" encoding="ISO-8859-1"?>
2*1212f9a0SAndroid Build Coastguard Worker<doc-one xmlns="http://xsl.lotus.com/ns2" xmlns:ns1="http://xsl.lotus.com/ns1">
3*1212f9a0SAndroid Build Coastguard Worker	<ns1:a-two attrib1="Goodbye" xmlns="http://xsl.lotus.com/ns2" xmlns:ns1="http://xsl.lotus.com/ns1">Hello</ns1:a-two>
4*1212f9a0SAndroid Build Coastguard Worker	<b-three ns1:attrib2="Ciao">
5*1212f9a0SAndroid Build Coastguard Worker		<c-four/>
6*1212f9a0SAndroid Build Coastguard Worker	</b-three>
7*1212f9a0SAndroid Build Coastguard Worker</doc-one>