newline = true;
printattrib(p,"table_name",dtname.stringValue());
Iterator<RName> ifields = fields.keySet().iterator();
while(ifields.hasNext()){
RName name = ifields.next();
printattrib(p,name.stringValue(),fields.get(name));
}
openTag(p, "conditions");
for(int i=0; i< conditions.length; i++){
openTag(p, "condition_details");
printattrib(p,"condition_number",(i+1)+"");