Révision 3261

tmp/org.txm.core/src/java/org/txm/scripts/importer/StaxStackWriter.java (revision 3261)
53 53
		int size = events.size();
54 54
		for (int i = 0 ; i < size ; i++) {
55 55
			writeEndElement();
56
			this.writer.writeCharacters("\n");
56 57
		}
57 58
		
58 59
		if (events.size() > 0) {
tmp/org.txm.core/src/java/org/txm/xml/xmltxm/XMLTXMWordPropertiesInjection.java (revision 3261)
74 74
	 */
75 75
	public void addProperty(String id, HashMap<String, String> properties) throws IOException, XMLStreamException {
76 76
		if (rules != null) {
77
			rules.put(id, properties);
78
			nonActivatedRules.add(id);
77
			setProperties(new HashMap<String, HashMap<String, String>>());
79 78
		}
80 79
	}
81 80
	

Formats disponibles : Unified diff