RE: [docbook-apps] re[docbook-apps] ference to a web-page

From
Dick Hamilton <>
Date
2008-03-12T19:26:31+00:00
ID
008d01c8846f$5820ccc0$6601a8c0@MILES
Thread
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

> -----Original Message-----
> From: veyso [mailto:] 
> Sent: Wednesday, March 12, 2008 10:05 AM
> To: 
> 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: 
> For additional commands, e-mail: 
> 
> 
>