System.setProperty("gloze.space","default"); // replace and collapse whitespace
System.setProperty("gloze.fixed","true"); // add fixed attriubutes
}
@Test public void testLibrary() throws Exception {
gloze = new Gloze(SILENT);
File src = new File("samples/library/library.xml");
Gloze.initSchema(
new URI("http://example.org/library/schema"),
new File(src.getParent()+"/library.xsd").toURL(),
gloze.schemaMap);