I think you want the <j:whitespace/> tag.
> -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Monday, 17 November 2003 9:52 AM > To: 'Maven Developers List' > Subject: [New plugin] Announcement plugin > > > Hi, > > I've committed a new plugin which generates release notes. > It's still an early version and the resulting announcement is > fat from being perfect. > > I'm looking for how to add a line break in a stylesheet. I have: > > <jsl:stylesheet > select="$doc" > xmlns:j="jelly:core" > xmlns:jsl="jelly:jsl" > xmlns:x="jelly:xml" > xmlns="dummy" trim="true"> > ^^^^^^^^^^^ > > <jsl:template match="document/body/release"> > [...] > > <!-- I need to add a line break here. How? --> > [...] > > Note that I need to keep trim="true". > > Any idea? > > Thanks > -Vincent > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
