// XmlTransform config file // ======================= // switches indicate what to process --generateContents=true --xslTransform=true --validateInputToSchema=false --validateOutputToSchema=false // root of source xml tree --sourcePath=srcdir // root of target html tree --targetPath=destdir // directories from the top of your tree back to your own relative root --startDepth=2 // where to find the group identifier in each file --groupIdXpath=cc:sampleDoc/cc:head/cc:group // where to add a list of group files in a contents file --groupPlaceHolder=cc:files // where to put generator information in contents file --generatorNode=cc:generator // comma-separated list of directories in source tree to process // use forward-slashes only, even on Windows systems. // example: dirList temp, temp/stuff, more, more/stuff/here --dirList=files // flag to indicate to put contents in parent or in same directory --contentsToParent=true // name of XSLT file within each directory of dirList --xslName=translate.xsl // master schema files (overrides individual ones) //--inputSchemaSource=/usr/ms/devel/cleancode-support/sourceXml/cleancode.xsd // Need a local copy, not a network copy, of the schema //--outputSchemaSource=http://www.w3.org/2002/08/xhtml/xhtml1-transitional.xsd //--outputSchemaSource=/usr/ms/devel/cleancode-support/sourceXml/xhtml1-strict.xsd // xsl parms may be passed via this comma-separated list of "name:val" entries // --xslParmList abc:def , foo : bar // location of schema file which will validate an xsl file // xslSchema = /Documents and Settings/misor/My Documents/misc/iframe/sourceXml/xsl.xsd --inExtension=xml --outExtension=html // ignore datestamps if true --processAll=false // can opt to report on what will happen with a false value --enable=true // list any single-character diagnostics to activate (range: A-D) // to the exclusion of *all* other Diagnostic settings //--diagList=ACD // set to true activates all diagnostics (including libraries) // to the exclusion of *all* other Diagnostic settings --debug=false DIAG_LEVEL=0x87a // show all module versions VERSION_DIAG=0x800 // show configuration options INPUTOPTIONS_DIAG=0x400 DIAGNOSTIC_DIAG=0x200 XMLTRANSFORM_A_DIAG=0x2 XMLTRANSFORM_B_DIAG=0x4 XMLTRANSFORM_C_DIAG=0x8 XMLTRANSFORM_D_DIAG=0x10 XMLTRANSFORM_E_DIAG=0x20 XMLTRANSFORM_F_DIAG=0x40 LOG_DIR=log OUTPUT_DIAG=8 OUTPUT_ERR=9 // testing config key to clean target directory before run CLEAN=C:/usr/ms/devel/test/XmlTransform/ // colon-separated list of files to erase in source directory FCLEAN=files.xml