私はこのxml構造を持っています、
<root>
<child1>
</child1>
<child2>
</child2>
<child3 />
<extendedchild:name>
</extendedchild:name>
</root>
root
ルートがであり、子が常に次の要素であることを minidom で確認するにはどうすればよいですか?
child1
child2
child3
extendedchild
上記の「子リスト」( outofroot、notachild )にルート外またはそうでない要素も出力したい: ...
<notachild />
</root>
<outofroot />
編集:outofroot
要素がminidom
パーサーによって処理されているようです。xxxxxxx.xml has an error: junk after document element: line 12, column 0