Hi,
Does anyone know if there's a way to wrap individual paragraphs of a text node stored in an xml source document in an output element?
I've seen all kinds of   to-<br/> examples but no examples of detecting the   in the source document and then using it somehow to wrap each paragraph individually like:
<p>paragraph1</p> <p>paragraph2</p> ...
Does anyone have any ideas/ code samples?
Thank you, Bennett