Hi Andrew
Just curious: why do you need a rebuild? You can just copy them and hack away. Use forms-samples-styling.xsl from the forms samples as a starting point
Andrew <[EMAIL PROTECTED]> wrote on 19-07-2006 13:55:20:
> Peter,
> many thanks for that. Another rebuild..Joy of joys! ;-)
>
> regards
>
> Andrew
> On 19/07/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]
> > wrote:
> Andrew <[EMAIL PROTECTED]> wrote on 19-07-2006 12:19:57:
>
> > Hi,
> > from my understanding forms-field-styling.xsl is part of a jar in
> > the class path (<xsl:include href="">
> > //org/apache/cocoon/forms/resources/forms-advanced-field-styling.
> > xsl"/>)? I need to gain access to forms-field-styling.xsl so that I
> > can change the following lines from:
> >
> > <xsl:if test="@required='true'">
> > <span class="forms-field-required">*</span>
> > </xsl:if>
> >
> > to:
> >
> > <xsl:if test="@required='true'">
> > <span class="forms-field-required"><img src=""
> > border="0" /></span>
> > </xsl:if>
> >
> > Do I access the jar directly, if so where is the jar located?, or is
> > there a source from which forms-*-.xsl files are made up from which
> > I should edit instead?
> >
> > regards
> >
> > Andrew
> >
>
> Hi Andrew
>
> The source is in src/blocks/forms/java/org/apache/cocoon/forms/resources
>
> Regards.,
> Peter Urbanus
- Betr.: Re: Betr.: forms-field-styling.xsl jar classpath Peter . Urbanus
