Sam Doder wrote:But do you mean you can use just the regular old html br syntax if you do
<xsl:output="html" method="html" encoding="UTF-8" />
No. Your XSL is still an XML document, so it has to be valid XML - you've got to use
<br/>. But you can have
<br> in the
output if you want, by setting the output method.
Sorry, I haven't used XSL-FO, so I don't know what the problem with the styling is. What's the exact output that's being produced? That might help.