Alexander ten Bruggencate wrote: > > The stylesheet. I am the first to admit i'm not a xml/xsl expert. It > just seems weird (internationalization-should-be-done-better) to me. > > btw, i'm using xxe to generate an article (using docbook). > I can't find a way to get this: > <at the end of a letter> > regards, > [person name] > > instead i get this: > regards > <-- extra space > [person name] > > because I define seperate <para> for each line. Can i define one > paragraph that contains hard returns/new line?
In DocBook, the element with a linebreak semantic <sbr> is not allowed in a <para>. Therefore there is no clean way to do what you want.

