Re: [Doxygen-users] xml
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-10-18 19:51:13
|
On Thu, Oct 18, 2001 at 10:26:00AM -0700, Hunter Marshall wrote: > Ok, I found the "XML" option in the config file. It successfully ran > against a codebase that produces about 230 pages of LaTeX output > producing a 1.8 MB xml file. > > 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. > I'm not an XML > expert, what would be a useful next step? XSLT experiments? You could try that, I would be interested in the results. My priorities w.r.t. XML are: 1) get all the information collected by doxygen in the XML output. 2) write a parser library (xmlparse) that could be used by other C++ programmers as a convenient API for writing new front-ends for doxygen. Regards, Dimitri |