Révision 3932

TXM/trunk/bundles/org.txm.annotation.kr.core/src/org/txm/annotation/kr/core/AnnotationInjector.java (revision 3932)
265 265
				}
266 266
				
267 267
				try {
268
					writer.writeStartElement("ana"); //$NON-NLS-1$
268
					writer.writeStartElement(TXMNS, "ana"); //$NON-NLS-1$
269 269
					writer.writeAttribute("type", "#" + type); //$NON-NLS-1$ //$NON-NLS-2$
270 270
					writer.writeAttribute("resp", "#" + a.getAnnotator()); // change //$NON-NLS-1$ //$NON-NLS-2$
271 271
					// resp
......
435 435
			
436 436
			for (String type : currentTokenAnnotations.keySet()) {
437 437
				try {
438
					writer.writeStartElement("ana"); //$NON-NLS-1$
438
					writer.writeStartElement(TXMNS, "ana"); //$NON-NLS-1$
439 439
					writer.writeAttribute("type", "#" + type); //$NON-NLS-1$ //$NON-NLS-2$
440 440
					writer.writeAttribute("resp", "#" + currentTokenAnnotations.get(type).getAnnotator()); // change //$NON-NLS-1$ //$NON-NLS-2$
441 441
					// resp

Formats disponibles : Unified diff