try {
fileWriter.append(startTagWA(2,publisherType,"id",new Integer(bundle.getPublisherNum()).toString()));
while(it.hasNext())
{
BSBMResource obj = it.next();
if(obj instanceof ProductType){
fileWriter.append(convertProductType((ProductType)obj));
}
else if(obj instanceof Offer){