view src/de/mpiwg/itgroup/annotationManager/tests/DrupalTest.java @ 14:0f64de5fff5a

try to use javax.xml.bind.DatatypeConverter
author casties
date Wed, 21 Mar 2012 16:38:50 +0100
parents 0be9d53a6967
children b0ef5c860464
line wrap: on
line source

package de.mpiwg.itgroup.annotationManager.tests;

import de.mpiwg.itgroup.annotationManager.drupal.AnnotationHandler;

public class DrupalTest {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		AnnotationHandler ah = new AnnotationHandler();
		System.out.println(ah.createAnnotation("title","<strong>content</strong>","dwinter", "weikiki7"));
	}

}