Re: XML contents to an array
Posted By:
AlessandroA_Garbagnati
Posted On:
Thursday, August 2, 2001 08:36 AM
Hi,
You don't have the Collection framework, but Vector is a class that is present since the first release of Java.
You can use that for storing the XML information, and once it's done you can convert the Vector to an array.