build.bat 331 B

123456
  1. xalan -m -o ..\index.html ..\src\data.xml ..\src\news.xsl
  2. xalan -m -o ..\download.html ..\src\data.xml ..\src\download.xsl
  3. xalan -m -o ..\goodies.html ..\src\data.xml ..\src\goodies.xsl
  4. xalan -m -o ..\about.html ..\src\data.xml ..\src\about.xsl
  5. xalan -m -o ..\code.html ..\src\data.xml ..\src\code.xsl
  6. pause