org.activemath.presentation.xsl
Class ImportGenerator

java.lang.Object
  extended by org.activemath.presentation.xsl.ImportGenerator

public class ImportGenerator
extends Object

Ripped off from old org.activemath.xsl.SymbolPresentationImportGenerator Only works on files, not URLs. Supposed config:

   xsl.imports.html = html/HTML_ActiveMath/SymbolImports.xsl
   xsl.imports.html.ida = ida-symbols.xsl
   xsl.imports.html.ai = AI-symbols.xsl

   xsl.imports.latex = latex/LaTeX_ActiveMath/SymbolImportsLatex.xsl
   xsl.imports.latex.ida = ida-symbolsLatex.xsl
   xsl.imports.latex.ai = AI-symbolsLatex.xsl
 


Field Summary
protected static Logger log
           
 
Method Summary
static void generateAllSymbolImports()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Method Detail

generateAllSymbolImports

public static void generateAllSymbolImports()

main

public static void main(String[] args)