Hello, I'm creating an xml file, using XStream and would like to limit the size of my XML. For example to receive only 10 items from the list? Every 10 items added to the list, generate a new xml. How can I do this in java?
Hello, I'm creating an xml file, using XStream and would like to limit the size of my XML. For example to receive only 10 items from the list? Every 10 items added to the list, generate a new xml. How can I do this in java?