When exporting categories, it is exporting in a single line.
<cat>category 1 > category 2 > category 3</cat>
How can I export it as <cat1> category 1 </cat1> <cat2> category 2</cat2> <cat3> category 3 </cat3>?
When exporting categories, it is exporting in a single line.
<cat>category 1 > category 2 > category 3</cat>
How can I export it as <cat1> category 1 </cat1> <cat2> category 2</cat2> <cat3> category 3 </cat3>?