Answer the question
In order to leave comments, you need to log in
How to cut xml into parts?
There is an xml file with the following structure
<root-tag>
<first-tag>
<second-tag>
<item id=1>
<a></a>
<b></b>
<c></c>
</item>
<item id=2>
<a></a>
<b></b>
<c></c>
</item>
<item id=3>
<a></a>
<b></b>
<c></c>
</item>
</second-tag>
</first-tag>
</root-tag>
<root-tag>
<first-tag>
<second-tag>
<item id=1>
<a></a>
<b></b>
<c></c>
</item>
</second-tag>
</first-tag>
</root-tag>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question