"<language presence=\"show\" culture=\"show\"/>"+
"<lesson hierarchy=\"deep\" help=\"more\" access=\"limited\" choice=\"limited\" ambiguity=\"less\"/>"+
"<data security=\"absent\"/>"+
"<comment>Comment text for Romania's CAE-L description</comment>"+
"</cael>";
XMLParser parser = new XMLParser(xml);
parser.parseXML();
LayoutHandler lh = parser.getLh();
lh.toString();
}