Subversion Repositories SmartDukaan

Rev

Rev 1061 | Rev 1073 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1061 Rev 1071
Line 246... Line 246...
246
		
246
		
247
		//ir meta data rules
247
		//ir meta data rules
248
		srcFile = xmlDefinitionsPath+ "irmetadatarules.xml";
248
		srcFile = xmlDefinitionsPath+ "irmetadatarules.xml";
249
		oDefType = this.unmarshallSrcFile(srcFile, "facets");
249
		oDefType = this.unmarshallSrcFile(srcFile, "facets");
250
		irDefType = (IRDefinitionType)oDefType;
250
		irDefType = (IRDefinitionType)oDefType;
251
		irDataRuleDefinitions =  this.convertRuleDefinitions(irDefType);
251
		irMetaDataRuleDefinitions =  this.convertRuleDefinitions(irDefType);
252
 
252
 
253
		//normalization rules
253
		//normalization rules
254
		srcFile = xmlDefinitionsPath+ "normalizationrules.xml";
254
		srcFile = xmlDefinitionsPath+ "normalizationrules.xml";
255
		oDefType = this.unmarshallSrcFile(srcFile, "facets");
255
		oDefType = this.unmarshallSrcFile(srcFile, "facets");
256
		irDefType = (IRDefinitionType)oDefType;
256
		irDefType = (IRDefinitionType)oDefType;