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

RE: XLink 2.0 Requirements


xlink 2.0
Hi Elliotte,

Thanks for posting these.

<xhtml:form xlink:type="simple" method="post"
xlink:href="http://submit.example.com" 
xlink:arcrole="http://www.example.com/post">

I can's see how this is an improvement. In fact, it's probably worse than
the XLink-less markup, since a generic XLink processor (which wouldn't know
anything about this specific arcrole or POSTs) would see this as
encouragement to spider the submit URL.

<xhtml:object xlink:type="extended">
   <href xlink:type="locator" xlink:href="http://link.example.com"/>
   <longdesc xlink:type="locator" xlink:href="http://desc.example.com"/>
</xhtml:object>

Are you sure this works as intended? Wouldn't a resource-type element be
needed at a minimum, to stand in for the local resource?

And what would be the semantic difference between just having two separate
simple links?
<xhtml:object>
   <href xlink:type="simple" xlink:href="http://link.example.com"
      xlink:actuate="onPrimaryRequest"/>
   <longdesc xlink:type="simple" xlink:href="http://desc.example.com"
      xlink:actuate="onSecondaryRequest" xlink:show="new"/>
</xhtml:object>

But the point I wanted to drive home is the 'actuate' values. The important
piece that XLink could add is something to distinguish between the two ways
to actuate the two different links. Same issue--the spec hard codes a single
value "onRequest", and later cases come up where a 2nd value is needed.

Thanks,

.micah

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.