many thanks for that. Another rebuild..Joy of joys! ;-)
regards
Andrew
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
