Yes, that put me on the right track. I was thrown off
this track because I changed the
forms-pages-styling.xsl and the changes did show up.
However, that is "included" in the main page, not
"imported". In fact, it turns out I had to alter the
forms-advanced-fields-styling.xsl because that is
where forms-fields-styling.xsl is imported.
--- Leszek Gawron <lgawron@mobilebox.pl> wrote:
> footh wrote:
> > Hello,
> >
> > I'm trying to add a class attribute to the <label>
> tag
> > that gets generated from the
> > "forms-samples-styling.xsl" stylesheet. However,
> I
> > can't seem to figure out how to do it. In all the
> > associated xsl files, I can only find the text
> > "<label" in one location on
> "forms-field-styling.xsl"
> > in this template:
> >
> > <xsl:template match="fi:*" mode="label">
> > <xsl:param name="id" select="@id"/>
> > <label for="{$id}" title="{fi:hint}">
> > <xsl:copy-of select="fi:label/node()"/>
> > <label>
> > </xsl:template>
> >
> > However, this appears to never get called. I've
> > removed the <label> tag and done other things to
> this
> > template but the same html is generated each time.
> I
> > simply want to add a class to style this <label>
> tag.
> This is because you have to touch the main
> stylesheet
> forms-samples-styling. Otherwise cocoon will not
> detect changes in
> imported stylesheets and will still transform your
> forms using cached
> instance.
>
> --
> Leszek Gawron
> lgawron@mobilebox.pl
> Project Manager
> MobileBox sp. z o.o.
> +48 (61) 855 06 67
> http://www.mobilebox.pl
> mobile: +48 (501) 720 812 fax:
> +48 (61) 853 29 65
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org
|