[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] re[docbook-apps] ference to a web-page
Veyso,
I'm not 100% where you want to refer to a web page from.
Assuming you want to refer to a web page in a bibliography,
what I use is bibliosource. Here's an example of a DocBook
5.0 biblioentry using bibliosource:
<biblioentry xml:id="Goldfarb96">
<abbrev>Goldfarb96</abbrev>
<author>
<personname><firstname>Charles F.</firstname>
<surname>Goldfarb</surname></personname>
</author>
<title>The Roots of SGML</title>
<subtitle>A Personal Recollection</subtitle>
<bibliosource class="uri">
<link xl:href="http://www.sgmlsource.com/history/roots.htm">
http://www.sgmlsource.com/history/roots.htm
</link>
</bibliosource>
</biblioentry>
If, instead, you want to refer to a web page somewhere else in
a document, the <link> element as shown above will work alone.
Hope that helps.
Dick Hamilton
rlhamilton@frii.com
> -----Original Message-----
> From: veyso [mailto:yzy61@web.de]
> Sent: Wednesday, March 12, 2008 10:05 AM
> To: docbook-apps@lists.oasis-open.org
> Subject: [docbook-apps] re[docbook-apps] ference to a web-page
>
>
>
> Hi all,
>
> how can I refence to a web-page? With the tag <bibliography>
> I can reference
> to books or periodicals.
>
> Veyso
> --
> View this message in context:
> http://www.nabble.com/reference-to-a-web-page->
tp16005550p16005550.html
> Sent from the docbook apps mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail:
> docbook-apps-help@lists.oasis-open.org
>
>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]