
12-08-2007, 08:52 AM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: May 2005
Location: Norway
Posts: 4,948
|
|
Re: Please review my XML/XSLT site
Quote:
Originally Posted by wige
This site was developed for a few purposes, mainly as a proof of concept extensible platform, and also as a way to test how the different search engines crawl and process XML web sites, and a way to learn more about the technology.
|
Interesting. Should be interesting to hear your report on search engines crawl. In my view, that should not be any more difficult than crawling an HTML site. But may be it is too early for some SE to crawl and index it.
Quote:
Originally Posted by wige
Please, take a look and let me know what you think of the site so far. The XML data the site is built on can be viewed using your browser's view source, and the XSLT template can be found at <xsl:value-of select="$title" />.
|
Or grab it in the page source.
Quote:
Originally Posted by wige
I look forward to your comments and suggestions, from areas of improvement for the design and navigation, to ways of improving the underlying code. This technology is still pretty new to me, but I'd like to get feedback and make sure I am not doing anything wrong or improper at this early stage.
|
- You are a fast learner. Impressing site.
- May be the next step should be defining your own XML Scema, so you learn how to get full control over your documents.
- Then semanitc linking using XLink. You can transform XLinks to HTML links using XSLT if the browser is not XLink enabled. XPath, XPointer, XLink and XSL(T) are intimately connected.
- AJAX functionality where DOM scripting is very important - the three layers of the web, content and information, presentation and styling and finally behaviour, animation and interactivity.
- Usability and accessibilty. Single sourcing and multiple formats and presentations. KW's PDF documents, WAP, Screenreaders, ....
|