Subversion Repositories SmartDukaan

Rev

Rev 102 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 102 Rev 108
Line 884... Line 884...
884
		}
884
		}
885
		
885
		
886
		// FFC as Label="Free-form Content"
886
		// FFC as Label="Free-form Content"
887
		if(!ffc.isEmpty()) {
887
		if(!ffc.isEmpty()) {
888
			xmlSnippet.add(this.xmlIndentation[indent] + 
888
			xmlSnippet.add(this.xmlIndentation[indent] + 
889
					"<Property Label=\"Free-form Content\">");
889
					"<Property ID=\"000000\" Label=\"Free-form Content\">");
890
			
890
			
891
			for(String f : ffc) {
891
			for(String f : ffc) {
892
				if(f != null) {
892
				if(f != null) {
893
					f = StringEscapeUtils.escapeXml(f);
893
					f = StringEscapeUtils.escapeXml(f);
894
					
894