Quote:
Originally Posted by kgun
- XLink is XML's linking model.
- Linkbases, exdtended links and arcroles are much more.
- "Blockquote" is used to little. I use it on my sites to quote (cite). Some misueses it for indenting. Isn't blockquote depricated?
|
I am aware of what XLink, Linkbases etc are about.
XLink defines a standard way of creating hyperlinks in XML documents.
Example:
Code:
<?xml version="1.0"?>
<homepages xmlns:xlink="http://www.w3.org/1999/xlink">
<homepage xlink:type="simple"
xlink:href="http://www.seoworkers.com">SEO Workers</homepage>
<homepage xlink:type="simple"
xlink:href="http://www.webnauts.net">Webnauts.net</homepage>
</homepages>
And blockquote is not deprecated.
What is next? XPointers?