OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC