INTEGRATION: CWS xsltfilter01 (1.2.6); FILE MERGED
2004/04/05 18:29:08 sus 1.2.6.5: i27068 Adding missing table.xsl file 2004/04/05 15:47:57 sus 1.2.6.4: #i26974# Renamed starting filter stylesheet from main_html.xsl to the more verbose ooo2xhtml.xsl 2004/04/02 12:52:31 sus 1.2.6.3: #27608# moved stylesheets out of redundant common/body directory 2004/03/17 18:02:19 sus 1.2.6.2: #i23508# move of XHTML transformation from XMLOFF to FILTER project 2004/03/16 11:18:00 lo 1.2.6.1: #i26543# bind xslt framework to root module
This commit is contained in:
parent
5ef4cdc049
commit
5ec289e745
1 changed files with 23 additions and 9 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: module_xsltfilter.scp,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2004-03-09 10:14:27 $
|
||||
* last change: $Author: obo $ $Date: 2004-04-27 13:11:09 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -65,13 +65,27 @@
|
|||
Module gid_Module_Optional_Xsltfiltersamples
|
||||
MOD_NAME_DESC(MODULE_OPTIONAL_XSLTFILTERSAMPLES);
|
||||
ParentID = gid_Module_Optional;
|
||||
Files = ( gid_File_Lib_Xmlfa, gid_File_Lib_Xmlfd, gid_File_Jar_Xsltfilter, gid_File_Jar_Xsltvalidate,
|
||||
gid_File_Lib_Xsltfilter, gid_File_Xsl_Sofftodocbookheadings,gid_File_Xsl_Docbooktosoffheadings,
|
||||
gid_File_Stw_Docbooktemplate,gid_File_Xsl_Common,gid_File_Xsl_Main_Html,
|
||||
gid_File_Xsl_Main_Wml,gid_File_Xsl_Palm,gid_File_Xsl_Global_Document,
|
||||
gid_File_Xsl_Style_Header,gid_File_Xsl_Style_Inlined,gid_File_Xsl_Style_Mapping,
|
||||
gid_File_Xsl_Table,gid_File_Xsl_Table_Cells,gid_File_Xsl_Table_Columns,
|
||||
gid_File_Xsl_Table_Rows,gid_File_Xsl_Table_Wml,gid_File_Xsl_Mswordxmlimport,
|
||||
Files = ( gid_File_Xsl_Sofftodocbookheadings,gid_File_Xsl_Docbooktosoffheadings,
|
||||
gid_File_Stw_Docbooktemplate,gid_File_Xsl_Mswordxmlimport,
|
||||
gid_File_Xsl_Common_Measure_Conversion,
|
||||
gid_File_Xsl_Export_Common_Body,
|
||||
gid_File_Xsl_Export_Common_Table_Of_Content,
|
||||
gid_File_Xsl_Export_Common_Styles_Style_Mapping_Css,
|
||||
gid_File_Xsl_Export_Common_Styles_Style_Mapping_html32,
|
||||
gid_File_Xsl_Export_Common_Styles_Styles_Collector,
|
||||
gid_File_Xsl_Export_Common_Table_Table,
|
||||
gid_File_Xsl_Export_Common_Table_Table_Cells,
|
||||
gid_File_Xsl_Export_Common_Table_Table_Columns,
|
||||
gid_File_Xsl_Export_Common_Table_Table_Rows,
|
||||
gid_File_Xsl_Export_Xhtml_Body,
|
||||
gid_File_Xsl_Export_Xhtml_Header,
|
||||
gid_File_Xsl_Export_Xhtml_Master_Chapter_Numbering,
|
||||
gid_File_Xsl_Export_Xhtml_Master_Child_Linking,
|
||||
gid_File_Xsl_Export_Xhtml_Master_Document,
|
||||
gid_File_Xsl_Export_Xhtml_Master_Refs_Workaround,
|
||||
gid_File_Xsl_Export_Xhtml_Master_Usability_Links,
|
||||
gid_File_Xsl_Export_Xhtml_Ooo2xhtml,
|
||||
gid_File_Xsl_Export_Xhtml_Table,
|
||||
gid_File_Oo_Office_Filter_Xslt_Pkg );
|
||||
Minimal = NO;
|
||||
Default = NO;
|
||||
|
|
Loading…
Reference in a new issue