|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
reference to a web-pageHi all,
how can I refence to a web-page? With the tag <bibliography> I can reference to books or periodicals. Veyso |
|
|
RE: re[docbook-apps] ference to a web-pageVeyso,
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@... > -----Original Message----- > From: veyso [mailto:yzy61@...] > Sent: Wednesday, March 12, 2008 10:05 AM > To: docbook-apps@... > 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-> > Sent from the docbook apps mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: docbook-apps-unsubscribe@... > For additional commands, e-mail: > docbook-apps-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@... For additional commands, e-mail: docbook-apps-help@... |
|
|
RE: re[docbook-apps] ference to a web-pageMany thanks. It works.
![]()
|
| Free embeddable forum powered by Nabble | Forum Help |