Re: Virtual Pages

Dave_Raggett <dsr@hplb.hpl.hp.com>
Errors-To: listmaster@www0.cern.ch
Date: Fri, 25 Feb 1994 18:46:48 --100
Message-id: <9402251740.AA06763@manuel.hpl.hp.com>
Errors-To: listmaster@www0.cern.ch
Reply-To: dsr@hplb.hpl.hp.com
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: Dave_Raggett <dsr@hplb.hpl.hp.com>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: Virtual Pages
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Length: 887
Nikos Drakos writes:

> The same could be done for large HTML documents if there were 
> appropriate tags to specify the node structure from within 
> one or more physical files.

> Such tags would be useful for HTML editors and conversion packages
> because they could all use the same  back-end filter (or rely on a gateway,
> or a server, or a client) to decide how to create (or serve or display)
> each node. 

HTML+ includes two relevant tags:

   DIV1 to DIV6         these define divisions starting from each header
                        and may be inferred from the headers alone

   LINK                 used to define inter-node relationships

You can use the DIVs to divide up a large document into divisions
which can then be extracted and built into smaller nodes. The LINK
elements are then useful to specify the relationships between the
resultant nodes.

Dave Raggett