Ciao a tutti,
ho un problema con al creazione del namespace in un file xml. Io ho questo codice:
e il file xml che mi viene creato è il seguentecodice:Element root = new Element("Programma"); root.setNamespace(ns1); Element item = new Element("Comandi"); root.addContent(item); document = new Document(root);
non capisco perchè anche in Comandi mi venga mexxo xmlns=""codice:<?xml version="1.0" encoding="UTF-8" ?> <Programma xmlns="http://www.w3.org/2001/XMLSchema"> <Comandi xmlns="" /> </Programma>