XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 28th, 2004, 08:17 PM
mountainbiker mountainbiker is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Posts: 27 mountainbiker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 56 m
Reputation Power: 0
Any xlink experts out there?

In short, I am trying to support thumbnails and image maps using xlink using

xmlns:xlink CDATA "http://www.w3.org/1999/xlink"
xlink:type (simple) "simple"
xlink:href CDATA #IMPLIED
xlink:role CDATA #IMPLIED
xlink:title CDATA #IMPLIED
xlink:show (new | replace | embed | other | none) #IMPLIED
xlink:actuate (onload | onrequest) #IMPLIED

Does anyone have a good example(s) of DTD and XML instance that demonstrate this implementation or can you point me to a good resource(s) for information?

If not xlink--how do you support thumbnails and image maps in your implementations?

Reply With Quote
  #2  
Old February 29th, 2004, 11:53 AM
mountainbiker mountainbiker is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Posts: 27 mountainbiker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 56 m
Reputation Power: 0
Here are a couple of ideas

<!-- example method 1 -->
<Link xlink:href="./image.jpg" ... >
<Image xlink:href="./thumb/image.jpg" ... />
</Link>

<!-- memics HTNL -->


<!-- example method 2 - METS-like -->
<MediaResource>
<Image type="thumbres" xlink:href="./thumb/image.jpg" ... />
<Image type="normalres" xlink:href="./image.jpg" ... />
</MediaResource>

<!-- verbose -->


<!-- example method 3 -->
<Image imageID="./thumb/image.jpg" xlink:href="./image.jpg" ... />

<!--
The disadvatage to this method is that the additional details
such as title or alternate text (represented by "...") can
only be about one image or the other -- not both.

Additionally, xlink:href can sometime represent the inline
image and other times imageID does.
--->

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > Any xlink experts out there?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT