<?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
,在http://example.com/a1
还是在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
,在http://example.com/a1
还是在http://example.com/a2
?