This transformer transforms html actions into events.
The transformer listens for the element a and form. Links
that only contain an anchor are ignored.
In addition if a link has the attribute "external" with the value
"true", the link is also ignored.
TODO: Support target attribute
author: Carsten Ziegeler version: CVS $Id: HTMLEventLinkTransformer.java 433543 2006-08-22 06:22:54Z crossley $
Determine if the element is an url and if the url points to some
remote source.
Parameters: attributes - the attributes of the element true if the href url is an anchor pointing to a remote source