Всем привет!
Помогите удалить из xml определенный объект...
Пример xml:
<Game>
<level s1="" id="level">
<scene MainScene="" s1="" MiniS="" id="scene" HOG="" MiniG="">
<Objects/>
<Areas/>
</scene>
</level>
<level s1="" id="level_1">
<scene MainScene="" s1="" MiniS="" id="scene" HOG="" MiniG="">
<Objects/>
<Areas/>
</scene>
<scene MainScene="" s1="" MiniS="" id="scene" HOG="" MiniG="">
<Objects/>
<Areas/>
</scene>
</level>
</Game>
Нужно удалить объект с тегом level, и с определенным атрибутом «id»
Заранее большое спасибо!