" <normId id=\"' 
	 '\"></normId>\n" +
"</doc>";
public void setUp() throws Exception {
// parse data of sample2.xml
dp = new DataParser("/sample2.xml");
// get canonicalizer with comment
c14n = Canonicalizer.getInstance(
"http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments");
}