1<?xml version="1.0" encoding="UTF-8"?> 2<out xmlns:someprefix="http://someURI"> 3<elementName/> 4<elementName xmlns="http://literalURI"/> 5<someprefix:elementName/> 6<someprefix:elementName xmlns:someprefix="http://literalURI"/> 7</out> 8
1<?xml version="1.0" encoding="UTF-8"?> 2<out xmlns:someprefix="http://someURI"> 3<elementName/> 4<elementName xmlns="http://literalURI"/> 5<someprefix:elementName/> 6<someprefix:elementName xmlns:someprefix="http://literalURI"/> 7</out> 8