On Thu, Mar 07, 2002 at 10:37:11PM +0100, Lars Bjxrndal wrote: > How can I get a link to the mail address in html file within the > mail-tag? I've tried the ulink-tag. Validation works, but I don't get > the link to the address. Is there a solution?
I presume you mean the email tag? Are you using DSSSL stylesheets? In XSL: <email>[EMAIL PROTECTED]</email> is rendered as an active link: <tt><<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>></tt> -- Bob Stayton 400 Encinal Street Publications Architect Santa Cruz, CA 95060 Technical Publications voice: (831) 427-7796 Caldera International, Inc. fax: (831) 429-1887 email: [EMAIL PROTECTED]
