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]

Reply via email to