butlermh 2003/02/13 11:10:06 Modified: src/webapp/WEB-INF/deli/config deliConfig.xml Log: Upgrading to DELI 0.9.0 Revision Changes Path 1.2 +27 -15 xml-cocoon2/src/webapp/WEB-INF/deli/config/deliConfig.xml Index: deliConfig.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/deli/config/deliConfig.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- deliConfig.xml 2 Jul 2002 14:31:13 -0000 1.1 +++ deliConfig.xml 13 Feb 2003 19:10:06 -0000 1.2 @@ -1,18 +1,30 @@ <?xml version="1.0"?> <deli> - <legacyDeviceFile>WEB-INF/deli/config/legacyDevice.xml</legacyDeviceFile> - <debug>false</debug> - <printDefaults>false</printDefaults> - <printProfileBeforeMerge>false</printProfileBeforeMerge> - <schemaVocabularyFile - namespace="http://www.wapforum.org/UAPROF/ccppschema-20000405#">config/vocab/ccppschema-20000405.rdfs</schemaVocabularyFile> - <schemaVocabularyFile - namespace="http://www.wapforum.org/UAPROF/ccppschema-19991014#">config/vocab/ccppschema-20010330.rdfs</schemaVocabularyFile> - <schemaVocabularyFile - namespace="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010330#">config/vocab/ccppschema-20010330.rdfs</schemaVocabularyFile> - <schemaVocabularyFile - namespace="http://www.wapforum.org/UAPROF/ccppschema-20010430#">config/vocab/ccppschema-20010330.rdfs</schemaVocabularyFile> - <schemaVocabularyFile - namespace="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#">config/vocab/ccppschema-20010330.rdfs</schemaVocabularyFile> - <processUndefinedAttributes>true</processUndefinedAttributes> + + <localProfilesFile>WEB-INF/deli/config/localProfiles.xml</localProfilesFile> + + <localProfilesPath>WEB-INF/deli/legacyProfiles</localProfilesPath> + + <useLocalProfilesIfNoCCPP>true</useLocalProfilesIfNoCCPP> + + <useLocalProfilesInAdditionToCCPP>false</useLocalProfilesInAdditionToCCPP> + + <debug>true</debug> + + <printDefaults>true</printDefaults> + + <printProfileBeforeMerge>false</printProfileBeforeMerge> + + <processUndefinedAttributes>true</processUndefinedAttributes> + + <useCapabilityClasses>false</useCapabilityClasses> + + <capabilityClassFile>WEB-INF/deli/config/capClass.xml</capabilityClassFile> + + <namespaceConfigFile>WEB-INF/deli/config/namespaceConfig.xml</namespaceConfigFile> + + <!-- note that the default uri is also hardcoded --> + <rdfsUri>http://www.w3.org/1999/PR-rdf-schema-19990303#</rdfsUri> + <rdfsUri>http://www.w3.org/TR/PR-rdf-schema#</rdfsUri> + </deli>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]