User Tools

Site Tools


projects:doxy2doku

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:doxy2doku [2014/08/03 22:04] – [Doxygen XML to DokuWiki XLS transformation] mkuciaprojects:doxy2doku [2014/08/03 22:12] (current) mkucia
Line 4: Line 4:
 I am using [[wp>XSLT]] to generate dokuwiki page. I am using [[wp>XSLT]] to generate dokuwiki page.
 ===== Step 1: Build Doxygen XML files ===== ===== Step 1: Build Doxygen XML files =====
 +I like to use doxywizard.
 ===== Step 2: Merge XML files into single one ===== ===== Step 2: Merge XML files into single one =====
 ''msxsl.exe ./xml/index.xml ./xml/combine.xslt -o ./xml/combined.xml'' ''msxsl.exe ./xml/index.xml ./xml/combine.xslt -o ./xml/combined.xml''
  
 ===== Step 3: Build DokuWiki textfiles ===== ===== Step 3: Build DokuWiki textfiles =====
 +''msxsl.exe ./xml/combined.xml transform.xsl -o wikipage.txt''
 ===== Step 4: Copy DokuWiki files ===== ===== Step 4: Copy DokuWiki files =====
 +To the dokuwiki pages directory.
 ===== Summary ===== ===== Summary =====
  
-  * [[Project ZIP]]+  * {{:projects:doxwiki.zip|Project ZIP}}
   * [[projects:doxy2doku:sampleOutput| Sample output ]]   * [[projects:doxy2doku:sampleOutput| Sample output ]]
- 
 ==== References ==== ==== References ====
   * http://www.w3schools.com/xsl/   * http://www.w3schools.com/xsl/
   * http://www.w3.org/TR/xslt   * http://www.w3.org/TR/xslt
projects/doxy2doku.1407096260.txt.gz · Last modified: 2014/08/03 22:04 by mkucia