ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xml-dev
xml-dev
RE: [xml-dev] What are the arguments *for* XHTML 2.0?
by Jelks Cabaniss other posts by this author
Nov 21 2002 5:22AM messages near this date
Re: [xml-dev] What are the arguments *for* XHTML 2.0? | Re: [xml-dev] What are the arguments *for* XHTML 2.0?
Paul Prescod wrote:

>  But perhaps XHTML can help with:
>    * Richer linking primitives 

They're already here.  You just need a UA that groks them.  Download
Mozilla 1.x or Opera 7 beta.  Make sure the Navigation Toolbar is
enabled (preferably set to "Auto"), and if pages have the appropriate
<link rel=...>  in them, you will see the Next, Previous, Up, Top, Home,
Contents, Search, Index, Chapter, etc. in the toolbar.  

>  (next page, 

	<link rel="next" href="page3.css"/> 

>  previous page, 

	<link rel="prev" href="page3.css"/> 

>  top page, 

	<link rel="top" href="page3.css"/> 

For one example of a page that has these, take a look at

	http://www.w3.org/Style/CSS/

in one of those browsers (or in Lynx -- if you like text mode.
Actually, Lynx's implementation of these predates Moz by several years
if I'm not mistaken).

>  printable version, 

That's already available too, via CSS.  Either

	<link rel="stylesheet" media="print" 
		type="text/css" href="p.css"/> 

Or in the CSS itself:

	@media print {
	  /* print declarations here */
	}


/Jelks


-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org> 

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl> 
Thread:

Rick Jelliffe
Matt Gushee
Simon St.Laurent
Robin Berjon
Paul Prescod
Jelks Cabaniss
Paul Prescod
Simon St.Laurent

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved