howtouse.txt

来自「数据仓库工具」· 文本 代码 · 共 59 行

TXT
59
字号

jobToHtml.xsl
*****************************************************
If you want to make html representation 
of Loader input xml file, use jobToHtml.xsl file.

To start sample which make html file from Project.xml 
just start jobToHtml.bat. 

jobToHtml.bat use saxon.jar to call classes 
for converting xml to html file using xsl transformation file.



jobToPdf.xsl
*****************************************************
If you want to make pdf representation 
of Loader input xml file, use jobToPdf.xsl file.

To start sample which make pdf file from Project.xml 
just start jobToPdf.bat. 

jobToPdf.bat uses xml-apis.jar, fop.jar, batik.jar and 
xercesImpl.jar to call classes for converting xml 
to pdf file using xsl transformation file.



OctopusDbVendors_2_HTML.xsl
*****************************************************
If you want to make html representation 
of database configuration xml file ( from \conf directory ), use OctopusDbVEndors_2_Html.xsl file.

To start sample which make html file from database configuration file 
just start OctopusDbVEndors_2_HTML.bat with command line input parameter,which
represent name of configure file for database WITHOUT file extension.
This is because output file will have same name as input,but with .html extension.
Configure files for specific databases are placed in \conf directory.
e.g.  OctopusDbVEndors_2_HTML.bat someDatabaseNameConf  

OctopusDbVEndors_2_HTML.bat use saxon.jar to call classes 
for converting xml to html file using xsl transformation file.


OctopusDbVEndors_2_PDF.xsl
*****************************************************
If you want to make pdf representation 
of Loader input xml file, use OctopusDbVEndors_2_PDF.xsl file.

To start sample which make html file from database configuration file 
just start OctopusDbVEndors_2_PDF.bat with command line input parameter,which
represent name of configure file for database WITHOUT file extension.
This is because output file will have same name as input,but with .pdf extension.
Configure files for specific databases are placed in \conf directory.
e.g.  OctopusDbVEndors_2_PDF.bat someDatabaseNameConf  

OctopusDbVEndors_2_PDF.bat uses xml-apis.jar, fop.jar, batik.jar and 
xercesImpl.jar to call classes for converting xml to pdf file using xsl transformation file.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?