[xsl] converting old <a> .css properties to a style attribute

Subject: [xsl] converting old <a> .css properties to a style attribute
From: "Tim Allshorn" <ta_iy@xxxxxxxxxxx>
Date: Wed, 04 Jul 2001 19:23:03 +1000
Hello,
I'm converting a html/css job to xml/xslt. Previously, the .css properties for the <a> tag where :


.au:link {color: #000099; text-decoration: none}
.au:visited {color: #000099; text-decoration: none}
.au:hover {color: #0099FF}

Previously these were referenced by <a href="bla" class="au">. I need to keep those properties in the new xslt generated <a> tags. I've tried a bunch of style attribute variations, but I can't get it to work. Does anybody know the answer to this ? It would be much appreciated.
Thankyou.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread