Ciao a tutti,
ho un problema con al creazione del namespace in un file xml. Io ho questo codice:
codice:
Element root = new Element("Programma");
root.setNamespace(ns1);
		
Element item = new Element("Comandi");
root.addContent(item);
		
document = new Document(root);
e il file xml che mi viene creato è il seguente

codice:
  <?xml version="1.0" encoding="UTF-8" ?> 
 <Programma xmlns="http://www.w3.org/2001/XMLSchema">
 <Comandi xmlns="" />
  </Programma>
non capisco perchè anche in Comandi mi venga mexxo xmlns=""