diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-01 15:29:43 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-01 16:55:41 +0200 |
commit | 0822a4c84a0d55bb45d646642b9c24f945d8c1bf (patch) | |
tree | bde9de9ee7524c3f0c40dc807d322e03b199b802 /scp2 | |
parent | af12920f0f72d32ee6d3e6c0133ef1c774495100 (diff) |
install xslt filters using filelist
Change-Id: Id84765285b1ace19442ec13d7212e4121f77dabd
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/directory_ooo.scp | 67 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 318 | ||||
-rw-r--r-- | scp2/source/ooo/module_hidden_ooo.scp | 47 | ||||
-rw-r--r-- | scp2/source/xsltfilter/file_xsltfilter.scp | 51 | ||||
-rw-r--r-- | scp2/source/xsltfilter/module_xsltfilter.scp | 12 |
5 files changed, 15 insertions, 480 deletions
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp index f1b412d6bb17..c2cbc7aca31c 100644 --- a/scp2/source/ooo/directory_ooo.scp +++ b/scp2/source/ooo/directory_ooo.scp @@ -156,73 +156,6 @@ Directory gid_Dir_Share_Xslt_Docbook DosName = "docbook"; End -Directory gid_Dir_Share_Xslt_Common - ParentID = gid_Dir_Share_Xslt; - DosName = "common"; -End - -Directory gid_Dir_Share_Xslt_Export - ParentID = gid_Dir_Share_Xslt; - DosName = "export"; -End - -Directory gid_Dir_Share_Xslt_Export_Common - ParentID = gid_Dir_Share_Xslt_Export; - DosName = "common"; -End - -Directory gid_Dir_Share_Xslt_Export_Common_Styles - ParentID = gid_Dir_Share_Xslt_Export_Common; - DosName = "styles"; -End - -Directory gid_Dir_Share_Xslt_Export_Common_Table - ParentID = gid_Dir_Share_Xslt_Export_Common; - DosName = "table"; -End - -Directory gid_Dir_Share_Xslt_Export_Spreadsheetml - ParentID = gid_Dir_Share_Xslt_Export; - DosName = "spreadsheetml"; -End -Directory gid_Dir_Share_Xslt_Export_uof - ParentID = gid_Dir_Share_Xslt_Export; - DosName = "uof"; -End -Directory gid_Dir_Share_Xslt_Import_uof - ParentID = gid_Dir_Share_Xslt_Import; - DosName = "uof"; -End -Directory gid_Dir_Share_Xslt_Export_Wordml - ParentID = gid_Dir_Share_Xslt_Export; - DosName = "wordml"; -End - -Directory gid_Dir_Share_Xslt_Export_Xhtml - ParentID = gid_Dir_Share_Xslt_Export; - DosName = "xhtml"; -End - -Directory gid_Dir_Share_Xslt_Import - ParentID = gid_Dir_Share_Xslt; - DosName = "import"; -End - -Directory gid_Dir_Share_Xslt_Import_Spreadsheetml - ParentID = gid_Dir_Share_Xslt_Import; - DosName = "spreadsheetml"; -End - -Directory gid_Dir_Share_Xslt_Import_Wordml - ParentID = gid_Dir_Share_Xslt_Import; - DosName = "wordml"; -End - -Directory gid_Dir_Share_Xslt_Import_Common - ParentID = gid_Dir_Share_Xslt_Import; - DosName = "common"; -End - Directory gid_Dir_Share_Dtd ParentID = gid_Brand_Dir_Share; DosName = "dtd"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index f073b97f4307..283038278eb3 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -861,321 +861,11 @@ End #endif -File gid_File_Xsl_Common_Measure_Conversion +File gid_File_filter_xslt TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Common; - Name = "/xslt/common/measure_conversion.xsl"; -End - -File gid_File_Xsl_Common_Math_Functions - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Common; - Name = "/xslt/common/math.xsl"; -End - -File gid_File_Xsl_Export_Common_Body - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common; - Name = "/xslt/export/common/body.xsl"; -End - -File gid_File_Xsl_Export_Common_Table_Of_Content - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common; - Name = "/xslt/export/common/table_of_content.xsl"; -End - -File gid_File_Xsl_Export_Common_Ooo2ms_Docpr - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common; - Name = "/xslt/export/common/ooo2ms_docpr.xsl"; -End - -File gid_File_Xsl_Export_Common_Styles_Styles_Collector - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Styles; - Name = "/xslt/export/common/styles/style_collector.xsl"; -End - -File gid_File_Xsl_Export_Common_Styles_Style_Mapping_Css - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Styles; - Name = "/xslt/export/common/styles/style_mapping_css.xsl"; -End - -File gid_File_Xsl_Export_Common_Table_Table - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Table; - Name = "/xslt/export/common/table/table.xsl"; -End - -File gid_File_Xsl_Export_Common_Table_Table_Cells - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Table; - Name = "/xslt/export/common/table/table_cells.xsl"; -End - -File gid_File_Xsl_Export_Common_Table_Table_Columns - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Table; - Name = "/xslt/export/common/table/table_columns.xsl"; -End - -File gid_File_Xsl_Export_Common_Table_Table_Rows - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Table; - Name = "/xslt/export/common/table/table_rows.xsl"; -End - -File gid_File_Xsl_Export_Spreadsheetml_Formular - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml; - Name = "/xslt/export/spreadsheetml/formular.xsl"; -End - -File gid_File_Xsl_Export_Spreadsheetml_Ooo2spreadsheetml - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml; - Name = "/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl"; -End - -File gid_File_Xsl_Export_Spreadsheetml_Style_Mapping - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml; - Name = "/xslt/export/spreadsheetml/style_mapping.xsl"; -End - -File gid_File_Xsl_Export_Spreadsheetml_Styles - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml; - Name = "/xslt/export/spreadsheetml/styles.xsl"; -End - -File gid_File_Xsl_Export_Spreadsheetml_Table - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml; - Name = "/xslt/export/spreadsheetml/table.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml.xsl"; -End -File gid_File_Xsl_Export_uof_odf2uof_text - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_uof; - Name = "/xslt/export/uof/odf2uof_text.xsl"; -End -File gid_File_Xsl_Export_uof_odf2uof_spreadsheet - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_uof; - Name = "/xslt/export/uof/odf2uof_spreadsheet.xsl"; -End -File gid_File_Xsl_Export_uof_odf2uof_presentation - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_uof; - Name = "/xslt/export/uof/odf2uof_presentation.xsl"; -End -File gid_File_Xsl_Import_uof_uof2odf_text - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_uof; - Name = "/xslt/import/uof/uof2odf_text.xsl"; -End -File gid_File_Xsl_Import_uof_uof2odf_spreadsheet - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_uof; - Name = "/xslt/import/uof/uof2odf_spreadsheet.xsl"; -End -File gid_File_Xsl_Import_uof_uof2odf_presentation - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_uof; - Name = "/xslt/import/uof/uof2odf_presentation.xsl"; -End -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Border - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_border.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Custom_Draw - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_custom_draw.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Draw - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_draw.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Field - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_field.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_List - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_list.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Page - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_page.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Path - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_path.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Settings - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_settings.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Table - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_table.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Text - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_text.xsl"; -End - -File gid_File_Xsl_Import_Common_Ms2ooo_Docpr - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Common; - Name = "/xslt/import/common/ms2ooo_docpr.xsl"; -End - -File gid_File_Xsl_Import_Spreadsheetml_Spreadsheetml2ooo - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Spreadsheetml; - Name = "/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Custom_Draw - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_custom_draw.xsl"; -End - - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Draw - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_draw.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Field - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_field.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_List - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_list.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Page - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_page.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Settings - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_settings.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Table - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_table.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Text - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_text.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Path - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_path.xsl"; -End - - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Props - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_props.xsl"; + Styles = (FILELIST, PACKED); + Dir = FILELIST_DIR; + Name = "filter_xslt.filelist"; End File gid_Starregistry_Services_Rdb diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp index 774f998343ea..7cc26369c95c 100644 --- a/scp2/source/ooo/module_hidden_ooo.scp +++ b/scp2/source/ooo/module_hidden_ooo.scp @@ -487,52 +487,7 @@ Module gid_Module_Root_Files_6 gid_File_Share_Registry_Main_Xcd, gid_File_Share_Registry_Forcedefault_Xcd, gid_File_Pymailmerge, - gid_File_Xsl_Common_Measure_Conversion, - gid_File_Xsl_Common_Math_Functions, - gid_File_Xsl_Export_Common_Body, - gid_File_Xsl_Export_Common_Table_Of_Content, - gid_File_Xsl_Export_Common_Ooo2ms_Docpr, - gid_File_Xsl_Export_Common_Styles_Styles_Collector, - gid_File_Xsl_Export_Common_Styles_Style_Mapping_Css, - 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_Spreadsheetml_Formular, - gid_File_Xsl_Export_Spreadsheetml_Ooo2spreadsheetml, - gid_File_Xsl_Export_Spreadsheetml_Style_Mapping, - gid_File_Xsl_Export_Spreadsheetml_Styles, - gid_File_Xsl_Export_Spreadsheetml_Table, - gid_File_Xsl_Export_uof_odf2uof_text, - gid_File_Xsl_Export_uof_odf2uof_spreadsheet, - gid_File_Xsl_Export_uof_odf2uof_presentation, - gid_File_Xsl_Import_uof_uof2odf_text, - gid_File_Xsl_Import_uof_uof2odf_spreadsheet, - gid_File_Xsl_Import_uof_uof2odf_presentation, - gid_File_Xsl_Export_Wordml_Ooo2wordml, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Border, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Custom_Draw, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Draw, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Field, - gid_File_Xsl_Export_Wordml_Ooo2wordml_List, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Page, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Path, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Settings, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Table, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Text, - gid_File_Xsl_Import_Common_Ms2ooo_Docpr, - gid_File_Xsl_Import_Spreadsheetml_Spreadsheetml2ooo, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Props, - gid_File_Xsl_Import_Wordml_Wordml2ooo, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Custom_Draw, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Draw, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Field, - gid_File_Xsl_Import_Wordml_Wordml2ooo_List, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Page, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Settings, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Table, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Text, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Path, + gid_File_filter_xslt, gid_File_Extra_Fontunxpsprint, gid_File_Extra_Fontunxppds, gid_File_Extra_Fontunxafm); diff --git a/scp2/source/xsltfilter/file_xsltfilter.scp b/scp2/source/xsltfilter/file_xsltfilter.scp index d71b521ad341..6031b310dfc0 100644 --- a/scp2/source/xsltfilter/file_xsltfilter.scp +++ b/scp2/source/xsltfilter/file_xsltfilter.scp @@ -34,51 +34,16 @@ File gid_File_Share_Registry_Xsltfilter_Xcd Name = "xsltfilter.xcd"; End -File gid_File_Stw_Docbooktemplate +File gid_File_filter_docbook TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Docbook; - Name = "DocBookTemplate.stw"; -End - -File gid_File_Xsl_Docbooktosoffheadings - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Docbook; - Name = "docbooktosoffheadings.xsl"; -End - -File gid_File_Xsl_Sofftodocbookheadings - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Docbook; - Name = "sofftodocbookheadings.xsl"; -End - -File gid_File_Xsl_Export_Xhtml_Body - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Xhtml; - Name = "/xslt/export/xhtml/body.xsl"; -End - -File gid_File_Xsl_Export_Xhtml_Header - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Xhtml; - Name = "/xslt/export/xhtml/header.xsl"; + Styles = (FILELIST, PACKED); + Dir = FILELIST_DIR; + Name = "filter_docbook.filelist"; End -File gid_File_Xsl_Export_Xhtml_Ooo2xhtml +File gid_File_filter_xhtml TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Xhtml; - Name = "/xslt/export/xhtml/opendoc2xhtml.xsl"; -End - -File gid_File_Xsl_Export_Xhtml_Table - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Xhtml; - Name = "/xslt/export/xhtml/table.xsl"; + Styles = (FILELIST, PACKED); + Dir = FILELIST_DIR; + Name = "filter_xhtml.filelist"; End diff --git a/scp2/source/xsltfilter/module_xsltfilter.scp b/scp2/source/xsltfilter/module_xsltfilter.scp index a3206b0396f0..b5efca5e2a9e 100644 --- a/scp2/source/xsltfilter/module_xsltfilter.scp +++ b/scp2/source/xsltfilter/module_xsltfilter.scp @@ -33,16 +33,8 @@ Module gid_Module_Optional_Xsltfiltersamples MOD_NAME_DESC(MODULE_OPTIONAL_XSLTFILTERSAMPLES); Sortkey = "700"; ParentID = gid_Module_Optional; - Files = ( gid_File_Xsl_Sofftodocbookheadings,gid_File_Xsl_Docbooktosoffheadings, - gid_File_Stw_Docbooktemplate, - 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_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, + Files = ( gid_File_filter_docbook, + gid_File_filter_xhtml, gid_File_Share_Registry_Xsltfilter_Xcd ); Minimal = NO; Default = YES; |