users@jaxb.java.net

Changing case of top level in xml

From: <sgallaghan_at_energyts.com>
Date: Tue, 28 Jun 2011 22:37:34 +0000 (GMT)

Previously I had the top level of my XML's that were created by jaxb
capitalised first letter now they are being saved lowe case.
i.e. I had InvoiceList and now when I marshal the XML it is printed as
invoiceList (notice capitalised first letter)

  
How can I get it to capitalise the firs letter again as this now fails
to load into my application?

Cheers
Stephen