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