RE: Auto-references

> From:	Marco Bresciani [SMTP:marco.bresciani@infinito.it]
> 
>     I thought about a "solution-style"... LI(id='name') bookdata /LI and,
> something like
> CITE(???='name')/ for the CITE tag. Does exists such a thing?!?
>     I hope I was clear... In any case I'm ready to explain better my
> problem...
	[DJW:]  
	I would think the HTML way of doing this is:

	<cite><a href="references-part.html#citationreference">....</cite>

	and in references-part.html

	<li><a name="citationreference">.....</li>

	(dl is probably better, with dt for a mnemonic reference (e.g.
	like Unix Writer's Workbench), and dd for the actual reference.)

[DJW:]  

-- 
--------------------------- DISCLAIMER ---------------------------------
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of BTS.

Received on Friday, 17 November 2000 08:35:41 UTC