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]

Re: URL in a bibliography entry


Stefan Wintermeyer wrote:

> what is the best way to add an URL in a bibliography? I found examples
> for books and journals but nothing for an URL.

I'm using two ways:

1. Enclose <title> text in <ulink>

<biblioentry id="bib:ptux" xreflabel="PTUX">
<title><ulink url="http://www.cranesoftwrights.com">Practical
Transformation Using XSLT and XPath</ulink></title>
<publisher>
<publishername>Crane Softwrights</publishername>
</publisher>
<pubdate>2000</pubdate>
<isbn>1-894049-04-7</isbn>
</biblioentry>

2. Add URL via <releaseinfo> element:

<biblioentry>
<abbrev>PTUX</abbrev>
<title>Practical
Transformation Using XSLT and XPath</title>
<publisher>
<publishername>Crane Softwrights</publishername>
</publisher>
<pubdate>2000</pubdate>
<isbn>1-894049-04-7</isbn>
<releaseinfo>URL:&nbsp;<ulink
url="http://www.cranesoftwrights.com">http://www.cranesoftwrights.com</ulink></releaseinfo>
</biblioentry>


-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


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