<?xml version="1.0" encoding="utf-8"?>
<request xmlns:a="http://example.com/a1">
<a:description xmlns:a="http://example.com/a2">foo bar</a:description>
</request>
どの名前空間にa:description
、inhttp://example.com/a1
またはin http://example.com/a2
?
<?xml version="1.0" encoding="utf-8"?>
<request xmlns:a="http://example.com/a1">
<a:description xmlns:a="http://example.com/a2">foo bar</a:description>
</request>
どの名前空間にa:description
、inhttp://example.com/a1
またはin http://example.com/a2
?