xref: /aosp_15_r20/external/apache-xml/test/tests/conf-gold/namespace/namespace140.out (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1*1212f9a0SAndroid Build Coastguard Worker<?xml version="1.0" encoding="UTF-8"?>
2*1212f9a0SAndroid Build Coastguard Worker<out xmlns:someprefix="http://someURI">
3*1212f9a0SAndroid Build Coastguard Worker<elementName/>
4*1212f9a0SAndroid Build Coastguard Worker<elementName xmlns="http://literalURI"/>
5*1212f9a0SAndroid Build Coastguard Worker<someprefix:elementName/>
6*1212f9a0SAndroid Build Coastguard Worker<someprefix:elementName xmlns:someprefix="http://literalURI"/>
7*1212f9a0SAndroid Build Coastguard Worker</out>
8