I have looked all over the forum and can't find something usable that works. I'm sure it is a simple answer but it is eluding me. I have something like this:
<p>Published by<br/>The Church of Jesus Christ of Latter-day Saints<br/>Salt Lake City, Utah</p>
I want to output this:
Published by
The Church of Jesus Christ of Latter-day Saints
Salt Lake City, Utah
The file is being processed as XML not HTML so the <br/> doesn't automatically do the right thing. I thought I could transform an entity in there and get it to behave, I have tried lots of different ones, 
 
 
 
 and nothing seems to do what I would expect. What am I missing?
<p>Published by<br/>The Church of Jesus Christ of Latter-day Saints<br/>Salt Lake City, Utah</p>
I want to output this:
Published by
The Church of Jesus Christ of Latter-day Saints
Salt Lake City, Utah
The file is being processed as XML not HTML so the <br/> doesn't automatically do the right thing. I thought I could transform an entity in there and get it to behave, I have tried lots of different ones, 
 
 
 
 and nothing seems to do what I would expect. What am I missing?