Hi,

On 25 Mar 2004, at 08:45, Carsten Ziegeler wrote:

� Jon Evans wrote:
> 2) Modify HTMLEventLinkTransformer so that it ignores certain
 > anchor link classes:
 >
> <map:transform type="portal-html-eventlink">
 >��� <map:parameter name="ignore-link-classes"
> value="forms-validation-message"/>
 > </map:transform>
>
> (the popup links have their own class, forms-validation-message).
 >
> I can code up either solution - I need it anyway for my own
> code.� What do you think?� Or is there another way?
 >

I think 2) makes sense. Do you plan to make the parameter container several
values (comma separated)? That would be great!


Waiting for the patch :)

Comma separated should be easy, with String.split(). I'll start working on it now.


I had another thought, the bogus links have href="#". Is it worth also coding a specific workaround to prevent it from touching links with href="#"?

Jon



Reply via email to