This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How To use XLINK?


Hi list

What 's the appropriate way to get output like this in my html page

<A href="http://www.test.com/index.htm">The index page of a test site</A>

I believe that i should use XLink and after surfing through some
samples I'm here...

<A
  xlink:href="http://www.test.com/index.htm"
  xlink:title="test site">
The index page of a test site
</A>

is this correct?

Thanks
Brian


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]