View Single Post
  #54 (permalink)  
Old 02-20-2008, 05:59 AM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 4,948
kgun RepRank 3kgun RepRank 3
Default Re: When should I use no-follow on internal Links?

Quote:
Originally Posted by Webnauts View Post
Having a site providing the information as XML files, converted to HTML with XSLT?
If that is your point, the idea is damn cool.
Yes, even mor than that, convewrting XLink to HTML links in that example. To cite from page 218 in the book:

"This is an example of using XSLT to transfrom a set of XML resources and an associated linkbase into a form that is usable with current browsers (i.e., independent from XLink/XPointer support on the client site).

So, we can now use link roles to define (rather simplistically) the semantics of a link. The next level up from this is to increase the lvel of sophistication of semantic information that we attach to a link. One way of doing this would be to use the role attribute to define a resource that specifies more complex information about the link."

Google has started to index XML driven content and sites. See links above for more precise information.

Modern browser support for XML and XSLT is Ok. There is as far as I know today ( early 2008 ) no fully XLink and XPointer compliant browser. The example shows how you can make XML files for future browsers and SE's and convert it to a format that can be rendered with current browsers.

Last edited by kgun : 02-20-2008 at 06:18 AM.
Reply With Quote