View Single Post
  #3 (permalink)  
Old 07-03-2008, 04:52 PM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,681
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default Re: Advanced semantic linking and transclusion.

Quote:
Originally Posted by danlefree View Post
XML + XSLT already works quite well in major browsers, so the only reason to avoid creating content as you've posited would be spidering with some SE's (I somehow doubt that Yahoo has embraced this format, though I may be wrong).
I agree to that, but if you study the code above in more detail, you will see non standard linking - XLink with different roles given to links. In addition XPointer was not well implemented in the major browser last time I tried. May be Google are ahead of the other SE's and browser developers.

Quote:
Originally Posted by wige View Post
I have found that Google can crawl almost any link in an XML+XSLT site, be it a link contained in the XML file itself or a link generated by the XSLT stylesheet. This seems to me pretty impressive considering how uncommon this technology is at this time.
Please review my XML/XSLT site

Are you aware of this

XML driven site: Read here

sticky?

Quote:
Originally Posted by danlefree View Post
The benefits - simplicity, reduction of irrelevant markup, semantic correctness, metadata inclusion - of moving to pure XML are definitely worth the effort, especially when the potential for sites to adopt standards which allow search heuristics to immediately identify key data comes to fruition.
And especially for:
  1. Consistent document handling (XML Schema) in large companies and
  2. One (XML) source and many applications (XSL(T) transformations).
Reply With Quote