[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Current status of XLink


mozilla xlink
Andrew Welch wrote:
> What is the current status of Xlink?

Well, it hasn't really taken off. Mozilla is making steps to support XLink and 
XPointer [1], also xml:base [2][3]. Other browsers have largely neglected these, 
to my knowledge. I have heard of a few players who are using XLink, but I can't 
remember who they are at the moment. %^} John Simpson's /XPath and XPointer/ 
offers some worthwhile help. [4]

Mike

[1] http://www.mozilla.org/newlayout/xml/#linking
[2] http://www.w3.org/TR/xmlbase/
[3] http://www.mozilla.org/newlayout/xml/#other-general
[4] http://www.oreilly.com/catalog/xpathpointer/index.html

p.s. If this is any help, here is an example of simple links and xml:base that I 
have lying around. It works in in Moz :

base.xml:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="base.css" type="text/css"?>

<links xml:base="http://www.xml.com/"
   xmlns:xlink="http://www.w3.org/1999/xlink">
<heading>Resources on XML.com.</heading>
<block>Start here:
  <link xlink:type="simple" xlink:href="index.csp">Home</link> </block>
<block>Topics:
  <link xlink:type="simple" xlink:href="/programming/">Programming articles</link> :
  <link xlink:type="simple" xlink:href="/schemas/">Schema articles</link> :
  <link xlink:type="simple" xlink:href="/style/">Style articles</link>
</block>
<block xml:base="/images/">Logo for XML.com:
  <link xlink:type="simple" xlink:href="logo_tagline.jpg">logo</link>
</block>
</links>

base.css:

/* CSS stylesheet for base.xml */

links {
  font-family:sans-serif;
  size-size: 12px
}

heading {
  font-weight:bold;
  font-size: 26px;
  margin: 10px 10px 10px 10px
}

block {
  display:block;
  margin: 10px 10px 10px 15px
}

link:link,link:visited,link:active {
  font-style: italic;
  text-decoration: none;
  color: black
}

link:hover {
  background-color: skyblue;
  text-decoration: underline
}

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.