ниже мой ввод:
<csv>
<row>
<stuff>a</stuff>
<more>1</more>
<evenmore>123</evenmore>
<roww>
<other>1345</other>
<other>13845</other>
</roww>
</row>
</csv>
Ожидаемый выход:
<roww>
<other>1345</other>
<other>13845</other>
</roww>
Может кто-нибудь дать мне знать, как это сделать с XSL?