doc.startElement("","Item","Item", null);
text="Basketball" + " - " + i;
doc.characters(text.toCharArray(),0,text.length());
doc.endElement("", "Item", "Item");
doc.startElement("","Description","Description", null);
// c2.createAttribute();
text="Professional Leather Michael Jordan Signatured Basketball";
doc.characters(text.toCharArray(),0,text.length());