You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Massol <vm...@pivolis.com> on 2003/11/16 23:51:55 UTC

[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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org