PDA

View Full Version : xml Link Help



rlLife
May 4th, 2004, 01:51 PM
How do i make this into a link

[code]
<sub name="Top Ten Best Books To Read List" action="www.linktosomething.com"/>

λ
May 4th, 2004, 02:39 PM
http://www.w3schools.com/xsl/xsl_intro.asp

You'd use XSLT for that(or maybe PHP or perhaps you could do it client side with JS).

rlLife
May 4th, 2004, 02:55 PM
thanks i will check this out