This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: URLs in bibliography


Hey, hey hey
...Thought I'd jump on an easy one and help out for a change...
 
The ulink needs some text as well as a URL:
 
<ulink url="http://www.qsl.net/lu8ual/ssoo1.html"/>
 Is a link with no text and should be:
<ulink url="http://www.qsl.net/lu8ual/ssoo1.html">Sistemas Operativos - Un poco de historia</ulink>
 
Now the link will show up with 'Sistemas Operativos - Un poco de historia' as the anchor to the appropriate page. In parsing,  the 'title' may show up twice (once for the title and once for the link) but this is good.  For most applications, it is probably better to use:
 
 
 
Roy
 
----- Original Message -----
Sent: Sunday, December 16, 2001 2:51 PM
Subject: DOCBOOK: URLs in bibliography

Hi all

I want to add some URLs to my book bibliography. I've tried the
following:

<biblioentry>
  <bibliomisc>
    <ulink url="http://www.qsl.net/lu8ual/ssoo1.html"/>
  </bibliomisc>
  <title>Sistemas Operativos - Un poco de historia</title>
</biblioentry>

but does not work (I only see the title). I want both things in the
printed version.

Well, what really matters to me is how should I write the biblioentry...
I can't find the right way.

Thanks!

--
La ignorancia es la felicidad.

Julio Merino <juli@merino.net> ICQ: 18961975

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]