On Fri, 2003-11-07 at 15:06, Carmona Perez, David wrote:
> Another change I propose in woody-field-styling.xsl is the following:
> 
>   <xsl:template match="wi:validation-message">
>     <a href="#" style="color:red; font-weight: bold" 
> onclick="alert('{normalize-space(.)}'); return false;">&#160;!&#160;</a>
>   </xsl:template>
> 
> by
> 
>   <xsl:template match="wi:validation-message">
>     <a href="#" class="validation-message-indicator" 
> onclick="alert('{normalize-space(.)}'); return false;">&#160;!&#160;</a>
>   </xsl:template>
> 
> 
> In this way it's easy to override the presentation format in a CSS file.

Yep, that's right. I made that change in CVS.

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to