I am transforming some generated DocBook xml (from Doxygen) to my companies xml which is really a subset of DocBook. There is a para element like the following:
You can turn every text node within a para element into its own para using something like
para
but this may not be sufficient if you only want to break up the para at certain child elements and not others.