From: "Jirka Kosek" <[EMAIL PROTECTED]> Egon Schmid wrote:
> > I don´t have something against a rendering a "see also" block. But > > rendering the content with a list would be a nightmare. We had a > > discussion at which place should be comma in this list. This depends > > on the language and I can guess it will be look very funny in > > Arabic. > DocBook stylesheets contain code for inserting puncation between list > items -- for example between authors in bibliography. This code is > localized. Porting this code for our purposes shouldn't be hard. Oh, haven´t known that. Can it do the following in English: See also: func1 and func2. See also: func1, func2, and func3. and for German or Hungarian: Siehe auch: func1 und func2. Siehe auch: func1, func2 und func3. Look at the commas. -Egon