RE: [Doxygen-users] DocBook/XML
Brought to you by:
dimitri
From: Anton G S. <ag...@ml...> - 2001-10-26 15:33:01
|
Petr, my proposal is to switch output format to DocBook and use another (not DoxyGen) tools to generate output forms. There are a lot of tools you can use to produce HTML, HTML Help, PDF etc. from one DocBook/XML source. With best regards, Anton. "Prikryl,Petr" <PRI...@sk...> 26.10.2001 17:30 To: Anton G Sergeev <ag...@ml...>, dox...@li... cc: Subject: RE: [Doxygen-users] DocBook/XML Hi Anton and others, As far as I know, XML part of the doxygen development is focused on a kind of internal intermediate format that follows XML syntax. The goal is to define it so, that all the output generators could use it to generate the final output form (HTML, LaTeX, RTF, etc.). DocBook XML may be one example of another (new) output form. You are invited to share your knowledge related to XML. Possibly, the dox...@li... is better place for such discussions. See you, Petr -- Petr Prikryl, SKIL, spol. s r.o., pri...@sk... > -----Original Message----- > From: Anton G Sergeev [SMTP:ag...@ml...] > Sent: Friday, October 26, 2001 11:09 AM > To: dox...@li... > Subject: [Doxygen-users] DocBook/XML > > Hi all, > > IMHO there is very good DTD for computer texts including API description. > This is DocBook. The full information can be found on these web-sites: > > http://www.oasis-open.org/docbook > http://www.docbook.org > http://nwalsh.com/docbook > http://web.oreilly.com/news/docbooklic_0901.html > http://docbook.sourceforge.net > > With best regards, > Anton Sergeev. > > ======================================================================== > Message: 2 > Date: Wed, 24 Oct 2001 15:58:12 -0700 > From: Hunter Marshall <hma...@vi...> > To: dox...@li... > Subject: Re: [Doxygen-users] xml > > On Thu, Oct 18, 2001 at 09:51:04PM +0200, Dimitri van Heesch wrote: > > On Thu, Oct 18, 2001 at 10:26:00AM -0700, Hunter Marshall wrote: > > > I will begin working with a smaller case. Is the doxygen.dtd file in > > > doxygen-1.2.11.1/addon/xmlparse the associated DTD? > > > > No, it is just something that could be used as a starting point ;-) > > Any help on writing a proper DTD is highly welcomed. > > After playing with xsl/fop, I think that maybe the DTD structure might > be an area for experimentation. For example, I am finding that the > numbering control in XSLT (<xsl:number>) does not go outside a > sequence of sibling nodes. I suppose some cool XSL hacker could do > it. It's not like LaTeX where you can tap your own custom counter when > you want the next number value in a sequence. > > What I mean is that the numbering works well for something like > > chap > sec > subsec > subsec > sec > subsec > chap > sec > subsec > > Whereas the doxygen DTD (at a highlevel) looks like > > compounddef > compoundname > sectiondef > memberdef (the dtd and the output differ on this) > memberdef > memberdef > sectiondef > memberdef > detaileddescriptio > > I don't have any suggestions yet. I am just now realizing the impact > of DTD design on the ease of processing. > > hunter > > PS Should this go to doxygen-develop? Or to a smaller group than > doxygen-users? > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users |